aboutsummaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorStormwind <stormwind@stormwinds-page.de>2023-05-08 12:49:31 +0200
committerStormwind <stormwind@stormwinds-page.de>2023-05-09 12:36:57 +0200
commit49af46c6867ac11628f624d2376df95600d1bd15 (patch)
tree445e640c6ca5c5c0ad386dd2d5a222b16ac7e219 /Gemfile.lock
parent7f0df1746a184326e2ed58467bbb05938f221e3a (diff)
Update dependencies
Updated the dependencies to current versions of the gems this framework relies on. Also got the tests back running, as the synthax of RSpec slightly changed the past years.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock38
1 files changed, 25 insertions, 13 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 7f402b2..20c34e0 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -7,24 +7,36 @@ PATH
GEM
remote: https://rubygems.org/
specs:
- diff-lcs (1.2.5)
- rack (1.5.2)
- rspec (2.14.1)
- rspec-core (~> 2.14.0)
- rspec-expectations (~> 2.14.0)
- rspec-mocks (~> 2.14.0)
- rspec-core (2.14.8)
- rspec-expectations (2.14.5)
- diff-lcs (>= 1.1.3, < 2.0)
- rspec-mocks (2.14.6)
- thor (0.18.1)
- tilt (2.0.0)
+ diff-lcs (1.5.0)
+ rack (3.0.4.1)
+ rspec (3.12.0)
+ rspec-core (~> 3.12.0)
+ rspec-expectations (~> 3.12.0)
+ rspec-mocks (~> 3.12.0)
+ rspec-core (3.12.1)
+ rspec-support (~> 3.12.0)
+ rspec-expectations (3.12.2)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.12.0)
+ rspec-its (1.3.0)
+ rspec-core (>= 3.0.0)
+ rspec-expectations (>= 3.0.0)
+ rspec-mocks (3.12.3)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.12.0)
+ rspec-support (3.12.0)
+ thor (1.2.1)
+ tilt (2.0.11)
PLATFORMS
- ruby
+ x86_64-linux
DEPENDENCIES
rack
rspec
+ rspec-its
thor
zero!
+
+BUNDLED WITH
+ 2.4.1