We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d80c2f commit 0ca9fd7Copy full SHA for 0ca9fd7
Gemfile.lock
@@ -11,19 +11,23 @@ GEM
11
nokogiri (~> 1.13.10)
12
matrix (0.4.2)
13
mini_portile2 (2.8.1)
14
+ mustermann (2.0.2)
15
+ ruby2_keywords (~> 0.0.1)
16
nokogiri (1.13.10)
17
mini_portile2 (~> 2.8.0)
18
racc (~> 1.4)
19
racc (1.6.2)
- rack (1.6.4)
- rack-protection (1.5.3)
20
+ rack (2.2.5)
21
+ rack-protection (2.2.3)
22
rack
- sinatra (1.4.6)
- rack (~> 1.4)
23
- rack-protection (~> 1.4)
24
- tilt (>= 1.3, < 3)
+ ruby2_keywords (0.0.5)
+ sinatra (2.2.3)
25
+ mustermann (~> 2.0)
26
+ rack (~> 2.2)
27
+ rack-protection (= 2.2.3)
28
+ tilt (~> 2.0)
29
svgplot (1.0.0)
- tilt (2.0.1)
30
+ tilt (2.0.11)
31
32
PLATFORMS
33
ruby
0 commit comments