Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Ruby from 2.7.1 -> 2.7.2 #306

Merged
merged 2 commits into from Jan 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
parallelism: 1
shell: /bin/bash --login
docker:
- image: circleci/ruby:2.7.1-node
- image: circleci/ruby:2.7.2-node
environment:
RAILS_ENV: test
PGHOST: localhost
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.7.1
2.7.2
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "2.7.1"
ruby "2.7.2"

gem "autoprefixer-rails"
gem "bourbon", "~> 4.2.0"
Expand All @@ -10,7 +10,7 @@ gem "high_voltage"
gem "neat", "~> 1.7.0"
gem "normalize-rails", "~> 3.0.0"
gem "pg"
gem "puma"
gem "puma", "~> 5.0"
gem "rack-canonical-host"
# Use Github so that we get https://github.com/rails/sprockets-rails/pull/454.
# The sprockets-rails gem releases infrequently
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -162,7 +162,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.4)
puma (4.3.5)
puma (5.0.4)
nio4r (~> 2.0)
rack (2.2.3)
rack-canonical-host (1.0.0)
Expand Down Expand Up @@ -295,7 +295,7 @@ DEPENDENCIES
normalize-rails (~> 3.0.0)
pg
pry-rails
puma
puma (~> 5.0)
rack-canonical-host
rack-timeout
rails (~> 6.0.3)
Expand All @@ -313,7 +313,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 2.7.1p83
ruby 2.7.2p137

BUNDLED WITH
2.1.4