Skip to content

Commit

Permalink
Update Ruby version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Mar 4, 2015
1 parent fabd67b commit d18f573
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ bundler_args: "--without assets:development:production"
cache: bundler
language: ruby
rvm:
- 2.2.0
- 2.2.1
script:
- bundle exec rake
- bundle exec rubocop --rails --fail-level=refactor
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.2.0'
ruby '2.2.1'

gem 'rails', '~> 4.2.0'

Expand Down

0 comments on commit d18f573

Please sign in to comment.