Skip to content

Commit

Permalink
Merge pull request #2017 from newrelic/ci_down_grape
Browse files Browse the repository at this point in the history
Use Rackup >=v2.0.0
  • Loading branch information
hannahramadan authored May 16, 2023
2 parents 94157b1 + 139bab6 commit 3f82a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/multiverse/lib/multiverse/suite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def generate_gemfile(gemfile_text, env_index, local = true)
f.puts minitest_line unless /^\s*gem .minitest[^_]./.match?(gemfile_text)
f.puts "gem 'rake'" unless gemfile_text =~ /^\s*gem .rake[^_]./ || suite == 'rake'

f.puts "gem 'rackup'" if need_rackup?(gemfile_text)
f.puts "gem 'rackup', '>=2.0.0'" if need_rackup?(gemfile_text)

f.puts "gem 'mocha', '~> 1.9.0', require: false"
f.puts "gem 'minitest-stub-const', '~> 0.6', require: false"
Expand Down
2 changes: 1 addition & 1 deletion test/multiverse/suites/grape/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ instrumentation_methods :chain, :prepend
GRAPE_VERSIONS = [
[nil, 2.5],
['1.6', 2.5],
['1.5.3', 2.4, 3.0],
['1.5.3', 2.4, 3.0]
]

def gem_list(grape_version = nil)
Expand Down

0 comments on commit 3f82a0d

Please sign in to comment.