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

Commit

Permalink
Merge pull request #13 from stitchfix/chore/adjust-rails-version-requ…
Browse files Browse the repository at this point in the history
…irement

Allow Rails 4 or Rails 5
  • Loading branch information
sipple authored Apr 27, 2017
2 parents a7b880f + d415f7e commit 24549ae
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 24549ae

Please sign in to comment.