Skip to content

Commit c0257e7

Browse files
committed
don't specify ruby version in Gemfile
so that travis can run agains different versions
1 parent 6bb03e7 commit c0257e7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
source "https://rubygems.org"
22

3-
ruby '2.2.1'
4-
53
gemspec
64

75
gem 'pg'

app.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"keywords": ["REST", "testing", "stub"],
66
"addons": [
77
"heroku-postgresql:hobby-dev"
8-
]
8+
],
9+
"env": {
10+
"CUSTOM_RUBY_VERSION": "2.2.1"
11+
}
912
}

0 commit comments

Comments
 (0)