aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-03-30 04:27:41 -0300
committerRafael França <rafaelmfranca@gmail.com>2016-03-30 04:27:41 -0300
commite98a0a1d7d935e1b4bb9bce1215aaaa8be812300 (patch)
tree467241136c34ad0d72bd82aa690a1bffa0848914 /Gemfile
parent2a8c3e53dcafe15e9efd4bfb16d4902ab0f4fbc1 (diff)
parent30279704646fff33e64c71ee3c4de34bf75232c4 (diff)
downloadrails-e98a0a1d7d935e1b4bb9bce1215aaaa8be812300.tar.gz
rails-e98a0a1d7d935e1b4bb9bce1215aaaa8be812300.tar.bz2
rails-e98a0a1d7d935e1b4bb9bce1215aaaa8be812300.zip
Merge pull request #23499 from bf4/ci_one_jruby
Run one JRuby worker on CI; allow to fail
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index dd09ddae68..5205896846 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec
# We need a newish Rake since Active Job sets its test tasks' descriptions.
-gem 'rake', '>= 10.3'
+gem 'rake', '>= 11.1'
# This needs to be with require false to ensure correct loading order, as it has to
# be loaded after loading the test library.