Skip to content

Commit

Permalink
Bumping ruby version, only setting constraint on heroku
Browse files Browse the repository at this point in the history
plus bumping travis-support dependency.
  • Loading branch information
Dan Buch committed Oct 17, 2014
1 parent 274051f commit 0da81da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.1.2
2.1.3
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby File.read(File.expand_path('../.ruby-version', __FILE__)).strip
ruby File.read(File.expand_path('../.ruby-version', __FILE__)).strip if ENV.key?('DYNO')

gem 'travis-support', github: 'travis-ci/travis-support'
gem 'activesupport', '~> 4.0'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -7,7 +7,7 @@ GIT

GIT
remote: git://github.com/travis-ci/travis-support.git
revision: d37220d766a3fb218f0f8e60ab8764034f6b376f
revision: 40365216662f639d36fc3a0463c4e189ee1563dd
specs:
travis-support (0.0.1)

Expand Down

0 comments on commit 0da81da

Please sign in to comment.