Skip to content

Commit

Permalink
Bump minimal Ruby version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice Texier committed Aug 21, 2018
1 parent 9e56fc6 commit 3eedea6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ bundler_args: "--full-index --without development"
# cache: bundler
sudo: required
rvm:
- 2.2.7
- 2.3.4
before_install: test/ci/before_install
before_script: test/ci/before_script
script: xvfb-run bundle exec rake test:models test:libs test:controllers DRIVER=webkit
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '>= 2.2.3', '< 3.0.0'
ruby '>= 2.3.4', '< 3.0.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.10'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -695,7 +695,7 @@ DEPENDENCIES
web-console (~> 3.0)

RUBY VERSION
ruby 2.3.3p222
ruby 2.4.3p205

BUNDLED WITH
1.16.4

0 comments on commit 3eedea6

Please sign in to comment.