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.
2 parents 7ce7bb3 + 12bca57 commit 55c4443Copy full SHA for 55c4443
Gemfile
@@ -13,3 +13,6 @@ gem "rubocop-performance", "~> 1.21"
13
gem "rubocop-rake", "~> 0.6.0"
14
gem "rubocop-rspec", "~> 3.0"
15
gem "sinatra", "~> 4.0"
16
+
17
+# for missing dependency of rack-protection
18
+gem "logger", "~> 1.7"
Gemfile.lock
@@ -14,6 +14,7 @@ GEM
json (2.7.2)
json (2.7.2-java)
language_server-protocol (3.17.0.3)
+ logger (1.7.0)
mustermann (3.0.0)
19
ruby2_keywords (~> 0.0.1)
20
parallel (1.25.1)
@@ -91,6 +92,7 @@ PLATFORMS
91
92
DEPENDENCIES
93
compact_index (~> 0.15.0)
94
gem_server_conformance!
95
+ logger (~> 1.7)
96
rackup (~> 2.0)
97
rake (~> 13.0)
98
rubocop (~> 1.21)
0 commit comments