Skip to content

Commit

Permalink
refactor: change gemspect to support rails >= 6.0 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev authored Oct 17, 2020
1 parent 520ad5b commit 20aa060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
countries
inline_svg
kaminari
rails (~> 6.0.2, >= 6.0.2.1)
rails (>= 6.0)
webpacker
zeitwerk

Expand Down
2 changes: 1 addition & 1 deletion avo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.files = Dir['{bin,app,config,db,lib,public}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md', 'avo.gemspec', 'Gemfile', 'Gemfile.lock']
.reject { |file| file.start_with? 'app/frontend' }

spec.add_dependency 'rails', '~> 6.0.2', '>= 6.0.2.1'
spec.add_dependency 'rails', '>= 6.0'
spec.add_dependency 'kaminari'
spec.add_dependency 'zeitwerk'
spec.add_dependency 'inline_svg'
Expand Down

0 comments on commit 20aa060

Please sign in to comment.