We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c58809 + b3b05bc commit a325fe0Copy full SHA for a325fe0
exe/bundle_report
@@ -55,6 +55,3 @@ end
55
56
# Needs to happen first
57
require "bundler/setup"
58
-
59
-require "action_view"
60
-require "active_support/core_ext/object/acts_like"
next_rails.gemspec
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
29
spec.add_development_dependency "rspec", "~> 3.0"
30
spec.add_development_dependency "simplecov", "~> 0.17.1"
31
spec.add_development_dependency "timecop", "~> 0.9.1"
32
- spec.add_runtime_dependency "actionview"
+ spec.add_development_dependency "actionview", "< 6.0"
33
end
0 commit comments