Skip to content

Commit

Permalink
gemspec ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenagreer committed Feb 28, 2024
1 parent aaa7d02 commit a33c255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/camel_trail/camel_trail.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |s|

s.files = Dir["{app,config,db,lib}/**/*"] + ["Rakefile", "docs/README.md"]

s.add_dependency "nitro_config"
s.add_dependency "attr_encrypted", "4.0.0"
s.add_dependency "nitro_config"

s.add_dependency "rails", ">= 6.0.6.1", "< 7.2"

Expand Down

0 comments on commit a33c255

Please sign in to comment.