Skip to content

Commit

Permalink
Fix: make Rails a development dependency
Browse files Browse the repository at this point in the history
Accidentally added it again as a runtime dependency before
  • Loading branch information
ramontayag committed Apr 2, 2019
1 parent d64a825 commit d0db983
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 d0db983

Please sign in to comment.