We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8125df commit 632e508Copy full SHA for 632e508
code-samples/serving/hello-world/helloworld-ruby/Gemfile.lock
@@ -1,18 +1,26 @@
1
GEM
2
remote: https://rubygems.org/
3
specs:
4
- mustermann (2.0.2)
+ base64 (0.2.0)
5
+ logger (1.6.1)
6
+ mustermann (3.0.3)
7
ruby2_keywords (~> 0.0.1)
- rack (2.2.8.1)
- rack-protection (2.2.3)
8
- rack
+ rack (3.1.8)
9
+ rack-protection (4.1.0)
10
+ base64 (>= 0.1.0)
11
+ logger (>= 1.6.0)
12
+ rack (>= 3.0.0, < 4)
13
+ rack-session (2.0.0)
14
+ rack (>= 3.0.0)
15
ruby2_keywords (0.0.5)
- sinatra (2.2.3)
- mustermann (~> 2.0)
- rack (~> 2.2)
- rack-protection (= 2.2.3)
16
+ sinatra (4.1.0)
17
18
+ mustermann (~> 3.0)
19
20
+ rack-protection (= 4.1.0)
21
+ rack-session (>= 2.0.0, < 3)
22
tilt (~> 2.0)
- tilt (2.0.11)
23
+ tilt (2.4.0)
24
25
PLATFORMS
26
ruby
0 commit comments