Skip to content

Commit

Permalink
Merge pull request #360 from Vizzuality/upgrade-ruby
Browse files Browse the repository at this point in the history
upgrade ruby to 2.7.2
  • Loading branch information
tsubik committed Feb 2, 2021
2 parents ec76a9a + 496ac74 commit 772e422
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.5
2.7.2
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.6.5'
ruby '2.7.2'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.1'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ DEPENDENCIES
webpacker

RUBY VERSION
ruby 2.6.5p114
ruby 2.7.2p137

BUNDLED WITH
2.1.4
2 changes: 1 addition & 1 deletion config/deploy/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

append :linked_files, 'config/secrets/google-credentials-staging.json'

set :rvm_ruby_version, '2.6.5'
set :rvm_ruby_version, '2.7.2'
2 changes: 1 addition & 1 deletion config/deploy/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

append :linked_files, 'config/secrets/google-credentials-staging.json'

set :rvm_ruby_version, '2.6.5'
set :rvm_ruby_version, '2.7.2'

0 comments on commit 772e422

Please sign in to comment.