Skip to content

Commit d247848

Browse files
committed
Issue 58: Bump ruby version to 2.4.2
Closes #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.
1 parent 463120d commit d247848

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: ruby
22
rvm:
3-
- ruby-2.1.2
3+
- ruby-2.4.2
44
notifications:
55
webhooks: http://project-monitor.codeforamerica.org/projects/d702edae-5a33-478b-9d08-acc4a7826533/status

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '2.1.2'
3+
ruby '2.4.2'
44

55
gem 'twitter'
66
gem 'dotenv'

Gemfile.lock

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GEM
1515
http (0.6.2)
1616
http_parser.rb (~> 0.6.0)
1717
http_parser.rb (0.6.0)
18-
json (1.8.1)
18+
json (1.8.6)
1919
memoizable (0.4.2)
2020
thread_safe (~> 0.3, >= 0.3.1)
2121
minitest (5.4.1)
@@ -52,3 +52,9 @@ DEPENDENCIES
5252
twitter
5353
vcr
5454
webmock
55+
56+
RUBY VERSION
57+
ruby 2.4.2p198
58+
59+
BUNDLED WITH
60+
1.15.4

0 commit comments

Comments
 (0)