summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-02-19 10:52:58 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-02-19 19:30:16 +0100
commita60eadc4f6620148a29743b8cb00dafde5333c49 (patch)
treed78616e78d6f0957eb25534c1f896f8dcc7f167b
parentc65280dd3f52b4b551bb3bb1ca6ab114d6a4af5c (diff)
downloadbundler-a60eadc4f6620148a29743b8cb00dafde5333c49.tar.gz
Pin jruby-jars in warbler testpin_jruby_jars
It no longer works with jruby-jars 9.2.10.0.
-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