Update Ruby version to 2.2.2
This commit is contained in:
parent
661b7c6bd5
commit
c1ca5dc32b
|
@ -1 +1 @@
|
||||||
2.2.1
|
2.2.2
|
||||||
|
|
|
@ -3,7 +3,7 @@ bundler_args: "--without assets:development:production"
|
||||||
cache: bundler
|
cache: bundler
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 2.2.1
|
- 2.2.2
|
||||||
script:
|
script:
|
||||||
- bundle exec rake
|
- bundle exec rake
|
||||||
- bundle exec rubocop --rails --fail-level=refactor
|
- bundle exec rubocop --rails --fail-level=refactor
|
||||||
|
|
Loading…
Reference in New Issue