Skip to content

Commit

Permalink
Update Ruby version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Aug 20, 2015
1 parent b188bfb commit 9e2b81a
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.2
2.2.3
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.2
- 2.2.3
script:
- bundle exec rake
- bundle exec rubocop
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.2'
ruby '2.2.3'

gem 'rails', '~> 4.2.2'

Expand Down

0 comments on commit 9e2b81a

Please sign in to comment.