Skip to content

Commit

Permalink
Merge pull request #944 from codeodor/master
Browse files Browse the repository at this point in the history
Allow using with Rails 7
  • Loading branch information
seyhunak authored Jan 6, 2022
2 parents a9a5b41 + be26031 commit 55bd5ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.7.5
- 3.0.3
script: bundle exec rake spec
4 changes: 2 additions & 2 deletions twitter-bootstrap-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ 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 'railties', '>= 5.0', '< 8.0'
s.add_dependency 'actionpack', '>= 5.0', '< 8.0'
s.add_dependency 'less-rails', '>= 3.0', '< 5.0'

s.add_runtime_dependency 'execjs', '~> 2.7'
Expand Down

0 comments on commit 55bd5ec

Please sign in to comment.