From a60eadc4f6620148a29743b8cb00dafde5333c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 19 Feb 2020 10:52:58 +0100 Subject: Pin jruby-jars in warbler test It no longer works with jruby-jars 9.2.10.0. --- spec/realworld/fixtures/warbler/.gitignore | 1 - spec/realworld/fixtures/warbler/Gemfile.lock | 29 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 spec/realworld/fixtures/warbler/Gemfile.lock 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 -- cgit v1.2.1