Skip to content

Commit

Permalink
Dependencies lists are sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Jul 11, 2024
1 parent 46cff03 commit 41dfde5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ gem 'kramdown'
gem 'liquid'
gem 'markaby'
gem 'nokogiri', '> 1.5.0'
gem 'ostruct'
gem 'pandoc-ruby', '~> 2.0.2'
gem 'rabl'
gem 'rdiscount', platforms: [:ruby]
Expand All @@ -51,7 +52,6 @@ gem 'simplecov', require: false
gem 'slim', '~> 4'
gem 'yajl-ruby', platforms: [:ruby]
gem 'zeitwerk'
gem 'ostruct'

# sass-embedded depends on google-protobuf
# which fails to be installed on JRuby and TruffleRuby under aarch64
Expand Down
2 changes: 1 addition & 1 deletion rack-protection/rack-protection.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ RubyGems 2.0 or newer is required to protect against public gem pushes. You can

# dependencies
s.add_dependency 'base64', '>= 0.1.0'
s.add_dependency 'logger', '>= 1.6.0'
s.add_dependency 'rack', '>= 3.0.0', '< 4'
s.add_dependency 'logger'
end

0 comments on commit 41dfde5

Please sign in to comment.