Skip to content

Commit

Permalink
Revert "#289 updating ruby from ~> 2.4.0 to ~>2.6.3"
Browse files Browse the repository at this point in the history
This reverts commit b275840.
  • Loading branch information
Carlos-Eduardo-Cabral-da-Cunha committed Jun 4, 2019
1 parent 945c9c1 commit deba3dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ source 'https://rubygems.org'

# The following line is necessary to allow RVM choosing the correct ruby version. RVM 2.0 will probably be able to interpret the "~>" symbol and we will be able to safely remove the "#ruby=2.4" line.
#ruby=2.4
ruby '~>2.6.3'
gem 'irb', require: false #necessario a partir do ruby 2.6.0, para que o rake funcione com o irb
ruby '~> 2.4.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '5.1.6.2'
Expand Down
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ GEM
i18n (1.6.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
irb (1.0.0)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
Expand Down Expand Up @@ -331,7 +330,6 @@ DEPENDENCIES
factory_girl_rails
ffi (>= 1.9.24)
font-awesome-rails
irb
jbuilder
jquery-rails (>= 4.0.4)
jquery-ui-rails
Expand Down Expand Up @@ -367,7 +365,7 @@ DEPENDENCIES
webrick

RUBY VERSION
ruby 2.6.3p62
ruby 2.4.1p111

BUNDLED WITH
1.16.0

0 comments on commit deba3dd

Please sign in to comment.