Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
Adjusting the Rails dependency to allow for Rails 4, as it still work…
Browse files Browse the repository at this point in the history
…s fine for that version.
  • Loading branch information
Eric Sipple committed Apr 26, 2017
1 parent a7b880f commit d415f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
extra_extra (1.0.4)
rails (~> 5)
rails (~> 5, >= 4)
redcarpet (>= 3.3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion extra_extra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["spec/**/*"]

s.add_runtime_dependency "rails", "~> 5"
s.add_runtime_dependency "rails", ">= 4", "~> 5"
s.add_runtime_dependency "redcarpet", ">= 3.3.2"
s.add_development_dependency "sqlite3"
s.add_development_dependency 'rspec-rails'
Expand Down

0 comments on commit d415f7e

Please sign in to comment.