We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec86257 commit f11c7fbCopy full SHA for f11c7fb
Gemfile
@@ -7,7 +7,7 @@ source 'https://rubygems.org' do
7
gem 'haml'
8
gem 'linguistics'
9
gem 'puma'
10
- gem 'rack', '>= 2.2.3.1'
+ gem 'rack', '>= 3.0.0'
11
gem 'sass'
12
gem 'sinatra', '>= 2.2.3'
13
Gemfile.lock
@@ -24,7 +24,7 @@ GEM
24
powerpack (0.1.2)
25
puma (5.6.4)
26
nio4r (~> 2.0)
27
- rack (2.2.4)
+ rack (3.0.0)
28
rack-protection (2.2.3)
29
rack
30
rainbow (3.0.0)
@@ -63,7 +63,7 @@ DEPENDENCIES
63
haml!
64
linguistics!
65
puma!
66
- rack (>= 2.2.3.1)!
+ rack (>= 3.0.0)!
67
rubocop!
68
sass!
69
sinatra (>= 2.2.3)!
0 commit comments