Skip to content

Commit

Permalink
Update ruby version to 2.4.1, update json and puma
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrytrager committed Apr 10, 2017
1 parent c37debc commit 0ce5f32
Show file tree
Hide file tree
Showing 3 changed files with 8 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.3.0
2.4.1
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "2.3.0"
ruby "2.4.1"

gem "rails", "4.2.6"
gem "pg"
Expand Down
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ GEM
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
json (1.8.6)
kaminari (0.16.3)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -210,7 +210,7 @@ GEM
slop (~> 3.4)
pry-rails (0.3.2)
pry (>= 0.9.10)
puma (2.14.0)
puma (3.8.2)
pundit (1.0.0)
activesupport (>= 3.0.0)
quiet_assets (1.0.2)
Expand Down Expand Up @@ -459,5 +459,8 @@ DEPENDENCIES
web-console (~> 2.0)
webmock

RUBY VERSION
ruby 2.4.1p111

BUNDLED WITH
1.11.2
1.14.6

0 comments on commit 0ce5f32

Please sign in to comment.