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.

I wasn't able to test the changes locally because of a [known issue](ruby/json#286) building json 1.8.3, a dependency of the "twitter" gem. I'm using the build process on Heroku and Travis as a barometer of "this works".
  • Loading branch information
ebmshenfield committed Sep 23, 2017
1 parent 463120d commit c390c3c
Show file tree
Hide file tree
Showing 2 changed files with 4 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
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source 'https://rubygems.org'

ruby '2.1.2'
gisource 'https://rubygems.org'

ruby '2.4.2'

gem 'twitter'
gem 'dotenv'
Expand Down

0 comments on commit c390c3c

Please sign in to comment.