Skip to content

Commit

Permalink
fix required rails version in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapavoni committed Apr 11, 2018
1 parent bb9a54b commit 090e872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.description = %q{A gem to store Rails views on database}
s.license = 'MIT'

s.add_runtime_dependency 'rails', '~> 3'
s.add_runtime_dependency 'rails', '~> 4'
s.add_development_dependency 'rails-controller-testing', '~> 0'
s.add_development_dependency 'capybara', '~> 2.5', '>= 2.5.0'
s.add_development_dependency 'factory_girl', '~> 0'
Expand Down

0 comments on commit 090e872

Please sign in to comment.