Compare commits
1 Commits
develop
...
renovate/h
| Author | SHA1 | Date | |
|---|---|---|---|
|
51822247f5
|
2
Gemfile
2
Gemfile
@@ -30,4 +30,4 @@ gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
|
||||
|
||||
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
|
||||
# do not have a Java counterpart.
|
||||
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
|
||||
gem "http_parser.rb", "~> 0.8.0", :platforms => [:jruby]
|
||||
|
||||
@@ -48,7 +48,7 @@ GEM
|
||||
google-protobuf (4.30.1-x86_64-linux)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
http_parser.rb (0.8.0)
|
||||
http_parser.rb (0.8.1)
|
||||
i18n (1.14.7)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jekyll (4.4.1)
|
||||
@@ -156,7 +156,7 @@ PLATFORMS
|
||||
x86_64-linux-musl
|
||||
|
||||
DEPENDENCIES
|
||||
http_parser.rb (~> 0.6.0)
|
||||
http_parser.rb (~> 0.8.0)
|
||||
jekyll (~> 4.4.1)
|
||||
jekyll-feed (~> 0.12)
|
||||
jekyll-theme-cyberpunk!
|
||||
@@ -165,4 +165,4 @@ DEPENDENCIES
|
||||
wdm (~> 0.1)
|
||||
|
||||
BUNDLED WITH
|
||||
2.6.5
|
||||
2.6.8
|
||||
|
||||
Reference in New Issue
Block a user