Skip to content

Commit

Permalink
Update ruby version.
Browse files Browse the repository at this point in the history
  • Loading branch information
xhagrg committed Apr 19, 2017
1 parent c96f453 commit 4461157
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0
2.3.1
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ source 'https://rubygems.org'

ruby File.read('.ruby-version').match(/\S*/).to_s
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
gem 'rails', '~> 5.0.1', '>= 5.0.0.1'
# Use Puma as the app server
gem 'puma', '~> 3.0'
gem 'puma', '~> 3.7.0'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
puma (3.6.2)
puma (3.7.1)
rack (2.0.1)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -212,8 +212,8 @@ DEPENDENCIES
listen (~> 3.0.5)
mongoid
pry
puma (~> 3.0)
rails (~> 5.0.0, >= 5.0.0.1)
puma (~> 3.7.0)
rails (~> 5.0.1, >= 5.0.0.1)
redis
sass-rails (~> 5.0)
spring
Expand Down

0 comments on commit 4461157

Please sign in to comment.