We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c1210 commit 6167273Copy full SHA for 6167273
1 file changed
fixtures/multibuildpack/ruby_calls_go/Gemfile.lock
@@ -1,19 +1,19 @@
1
GEM
2
remote: https://rubygems.org/
3
specs:
4
- mustermann (1.1.1)
+ mustermann (3.0.0)
5
ruby2_keywords (~> 0.0.1)
6
- rack (2.2.6.4)
7
- rack-protection (2.2.0)
8
- rack
+ rack (2.2.8)
+ rack-protection (3.1.0)
+ rack (~> 2.2, >= 2.2.4)
9
ruby2_keywords (0.0.5)
10
- sinatra (2.2.0)
11
- mustermann (~> 1.0)
12
- rack (~> 2.2)
13
- rack-protection (= 2.2.0)
+ sinatra (3.1.0)
+ mustermann (~> 3.0)
+ rack-protection (= 3.1.0)
14
tilt (~> 2.0)
15
- tilt (2.0.10)
16
- webrick (1.7.0)
+ tilt (2.3.0)
+ webrick (1.8.1)
17
18
PLATFORMS
19
ruby
@@ -23,4 +23,7 @@ DEPENDENCIES
23
webrick
24
25
RUBY VERSION
26
- ruby 3.1.3p185
+ ruby 3.4.2p28
27
+
28
+BUNDLED WITH
29
+ 2.6.2
0 commit comments