Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Pin all of rails to version 6.0.2.1
  • Loading branch information
depfu[bot] committed Dec 20, 2019
1 parent d8c6b8d commit 21c434e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-rails-benchmark_renderer.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "tilt"
spec.add_dependency "activesupport", ">= 3.2"
spec.add_dependency "activesupport", "6.0.2.1"
spec.add_dependency "react-rails", ">= 1.0"
spec.add_development_dependency "bundler", "~> 1.10"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit 21c434e

Please sign in to comment.