Ruby >= 2.2.2 required

This commit is contained in:
Karel Picman 2017-08-31 12:47:02 +02:00
parent 1bae0383c8
commit 81e59880f0
2 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@ language: ruby
sudo: false
rvm:
- 2.3
- 2.2.2
install: "echo skip bundle install"
install: 'echo skip bundle install'
script:
- export WORKSPACE=`pwd`/workspace

View File

@ -69,7 +69,7 @@ else
end
end
ActionDispatch::Reloader.to_prepare do
ActiveSupport::Reloader.to_prepare do
# Rubyzip configuration
Zip.unicode_names = true