Skip to content

Commit

Permalink
Update Ruby version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed May 17, 2016
1 parent 49fcf79 commit f0c7a0a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.3.0
2.3.1
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ bundler_args: "--without assets:development:production"
cache: bundler
language: ruby
rvm:
- 2.3.0
- 2.3.1
script:
- bundle exec rake
- bundle exec rubocop
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.3.0'
ruby '2.3.1'

gem 'rails', '~> 4.2.6'

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -238,7 +238,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 2.3.0p0
ruby 2.3.1p112

BUNDLED WITH
1.12.3

0 comments on commit f0c7a0a

Please sign in to comment.