summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2020-02-19 20:37:59 +0000
committerBundlerbot <bot@bundler.io>2020-02-19 20:37:59 +0000
commite9a4dbb494df7c5043a7db9d2880812f9c4e5618 (patch)
treed78616e78d6f0957eb25534c1f896f8dcc7f167b
parentc65280dd3f52b4b551bb3bb1ca6ab114d6a4af5c (diff)
parenta60eadc4f6620148a29743b8cb00dafde5333c49 (diff)
downloadbundler-e9a4dbb494df7c5043a7db9d2880812f9c4e5618.tar.gz
Merge #7646
7646: Pin jruby-jars in warbler test r=deivid-rodriguez a=deivid-rodriguez <!-- Thanks so much for the contribution! If you're updating documentation, make sure you run `bin/rake man:build` and squash the result into your changes, so that all documentation formats are updated. To make reviewing this PR a bit easier, please fill out answers to the following questions. --> ### What was the end-user or developer problem that led to this PR? <!-- Write a clear and complete description of the problem --> The problem is that our CI is broken after the jruby-9.2.10.0 release. ### What is your fix for the problem, implemented in this PR? My workaround is to pin the jruby-jars dependency of the warbler test to 9.2.9.0. <!-- Explain the fix being implemented. Include any diagnosis you run to determine the cause of the issue and your conclusions. If you considered other alternatives, explain why you end up choosing the current implementation --> Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
-rw-r--r--spec/realworld/fixtures/warbler/.gitignore1
-rw-r--r--spec/realworld/fixtures/warbler/Gemfile.lock29
2 files changed, 29 insertions, 1 deletions
diff --git a/spec/realworld/fixtures/warbler/.gitignore b/spec/realworld/fixtures/warbler/.gitignore
index 6ac0bb4663..d392f0e82c 100644
--- a/spec/realworld/fixtures/warbler/.gitignore
+++ b/spec/realworld/fixtures/warbler/.gitignore
@@ -1,2 +1 @@
*.jar
-Gemfile.lock
diff --git a/spec/realworld/fixtures/warbler/Gemfile.lock b/spec/realworld/fixtures/warbler/Gemfile.lock
new file mode 100644
index 0000000000..6363b8bbd8
--- /dev/null
+++ b/spec/realworld/fixtures/warbler/Gemfile.lock
@@ -0,0 +1,29 @@
+PATH
+ remote: demo
+ specs:
+ demo (1.0)
+
+GEM
+ remote: https://rubygems.org/
+ specs:
+ jruby-jars (9.2.9.0)
+ jruby-rack (1.1.21)
+ rake (13.0.1)
+ rubyzip (1.3.0)
+ warbler (2.0.5)
+ jruby-jars (>= 9.0.0.0)
+ jruby-rack (>= 1.1.1, < 1.3)
+ rake (>= 10.1.0)
+ rubyzip (~> 1.0, < 1.4)
+
+PLATFORMS
+ java
+ ruby
+
+DEPENDENCIES
+ demo!
+ jruby-jars (~> 9.2)
+ warbler (~> 2.0)
+
+BUNDLED WITH
+ 2.2.0.dev