Skip to content

Commit

Permalink
Issue 58: Bump ruby version to 2.4.2
Browse files Browse the repository at this point in the history
Closes codeforamerica#58. 2.4.2 is the latest version of ruby [supported by Heroku](https://devcenter.heroku.com/articles/ruby-support#supported-runtimes). The current version is causing deploys of this app to Heroku to fail.

This also updates the `json` version in the lockfile [known issue](ruby/json#286) causing it to fail to build locally or on Heroku.
  • Loading branch information
ebmshenfield committed Sep 23, 2017
1 parent 463120d commit d247848
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: ruby
rvm:
- ruby-2.1.2
- ruby-2.4.2
notifications:
webhooks: http://project-monitor.codeforamerica.org/projects/d702edae-5a33-478b-9d08-acc4a7826533/status
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.1.2'
ruby '2.4.2'

gem 'twitter'
gem 'dotenv'
Expand Down
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GEM
http (0.6.2)
http_parser.rb (~> 0.6.0)
http_parser.rb (0.6.0)
json (1.8.1)
json (1.8.6)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
minitest (5.4.1)
Expand Down Expand Up @@ -52,3 +52,9 @@ DEPENDENCIES
twitter
vcr
webmock

RUBY VERSION
ruby 2.4.2p198

BUNDLED WITH
1.15.4

0 comments on commit d247848

Please sign in to comment.