Skip to content

Commit

Permalink
Merge pull request #5 from cowboyd/patch-1
Browse files Browse the repository at this point in the history
Make the dependency on Rails 4 explicit

Patch by Charles Lowell. Thanks!!!
  • Loading branch information
kou committed Sep 26, 2015
2 parents 24f4fac + d9ccc30 commit 3260f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-unit-rails.gemspec
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
spec.files += Dir.glob("doc/text/**/*.textile")
spec.test_files = Dir.glob("test/**/*.rb")

spec.add_runtime_dependency("rails")
spec.add_runtime_dependency("rails", ">= 4.0.2")
spec.add_runtime_dependency("test-unit-activesupport", ">= 1.0.2")
spec.add_runtime_dependency("test-unit-notify")
spec.add_runtime_dependency("test-unit-capybara")
Expand Down

0 comments on commit 3260f1a

Please sign in to comment.