Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
Lock logux-rack depencency
Browse files Browse the repository at this point in the history
  • Loading branch information
dsalahutdinov committed Oct 21, 2019
1 parent c3580ee commit d0a1f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logux_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'logux-rack'
spec.add_dependency 'logux-rack', '>= 0.1.0'
spec.add_dependency 'rails', '>= 5.0', '< 6.1'
spec.add_development_dependency 'appraisal', '~> 2.2'
spec.add_development_dependency 'bundler', '~> 1.16'
Expand Down

0 comments on commit d0a1f50

Please sign in to comment.