Skip to content

Commit

Permalink
#288 Upgrade ruby to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
compwron committed Sep 11, 2018
1 parent 943dc2d commit fa6be5c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.2.2
2.4.0
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '2.3.5'
ruby '2.4.0'

gem 'rails', '~> 4.2'
gem 'jquery-rails'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Expand Up @@ -172,7 +172,7 @@ GEM
kgio (2.10.0)
launchy (2.4.3)
addressable (~> 2.3)
libv8 (3.16.14.13)
libv8 (3.16.14.19)
loofah (2.1.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -327,8 +327,8 @@ GEM
stripe_event (1.5.0)
activesupport (>= 3.1)
stripe (~> 1.6)
therubyracer (0.12.2)
libv8 (~> 3.16.14.0)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thin (1.6.4)
daemons (~> 1.0, >= 1.0.9)
Expand Down Expand Up @@ -413,7 +413,7 @@ DEPENDENCIES
unicorn

RUBY VERSION
ruby 2.3.5p376
ruby 2.4.0p0

BUNDLED WITH
1.15.4
1.16.4

0 comments on commit fa6be5c

Please sign in to comment.