Skip to content

Commit

Permalink
Merge pull request G5#60 from G5/no-rails-non-dev
Browse files Browse the repository at this point in the history
Fix: make Rails a development dependency
  • Loading branch information
ramontayag authored Apr 9, 2019
2 parents f703615 + d0db983 commit 209facb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storext.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "pg"
s.add_development_dependency "rspec"
s.add_development_dependency "database_cleaner"
s.add_dependency "rails"
s.add_development_dependency "rails"
end

0 comments on commit 209facb

Please sign in to comment.