Skip to content

Commit

Permalink
Rails 7.0 upper bound; allow less-rails version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
codeodor authored Sep 3, 2019
1 parent 608091e commit 1f46cf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions twitter-bootstrap-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency 'railties', '>= 5.0', '<= 7.0'
s.add_dependency 'actionpack', '>= 5.0', '<= 7.0'
s.add_dependency 'less-rails', '~> 3.0', '>= 3.0.0'
s.add_dependency 'railties', '>= 5.0', '< 7.0'
s.add_dependency 'actionpack', '>= 5.0', '< 7.0'
s.add_dependency 'less-rails', '>= 3.0', '< 5.0'

s.add_runtime_dependency 'execjs', '~> 2.7'
s.add_development_dependency 'rails', '~> 5.0', '>= 5.0.1'
Expand Down

0 comments on commit 1f46cf9

Please sign in to comment.