Skip to content

Commit

Permalink
Merge pull request #26 from fastruby/feature/remove-unnecessary-dep
Browse files Browse the repository at this point in the history
Drop actionview dependency
  • Loading branch information
bronzdoc committed Oct 28, 2021
2 parents 9f17856 + cb954fd commit 3c99380
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ rvm:
- 2.5.8
- 2.6.6
- 2.7.2
- 3.0.2
before_install: gem install bundler -v 1.16.1
1 change: 0 additions & 1 deletion next_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "simplecov", "~> 0.17.1"
spec.add_development_dependency "timecop", "~> 0.9.1"
spec.add_development_dependency "actionview", "< 6.0"
end

0 comments on commit 3c99380

Please sign in to comment.