Skip to content

Commit

Permalink
Merge pull request #219 from SweeD/migrate-to-ruby-2.3.1
Browse files Browse the repository at this point in the history
Migrate to ruby 2.3.1
  • Loading branch information
phoet committed Oct 31, 2016
2 parents 644a5fd + 13184c9 commit 84df11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ branches:
- master
language: ruby
rvm:
- 2.3.0
- 2.3.1
cache: bundler
bundler_args: "--without development production"
before_script: "script/ci/setup"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,5 +1,5 @@
source "http://rubygems.org"
ruby "2.3.0"
ruby "2.3.1"

gem "puma", "~> 2.11"
gem "rails", "~> 4.2.5"
Expand Down

0 comments on commit 84df11f

Please sign in to comment.