Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Dependency with railties instead of rails
Browse files Browse the repository at this point in the history
  • Loading branch information
shhavel committed Aug 7, 2015
1 parent a57ae4c commit 204d0bd
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 @@ -3,7 +3,7 @@ PATH
specs:
devise_security_extension (0.10.0)
devise (>= 3.0.0, < 4.0)
rails (>= 3.2.6, < 5.0)
railties (>= 3.2.6, < 5.0)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion devise_security_extension.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.required_ruby_version = '>= 1.9.3'

s.add_runtime_dependency 'rails', '>= 3.2.6', '< 5.0'
s.add_runtime_dependency 'railties', '>= 3.2.6', '< 5.0'
s.add_runtime_dependency 'devise', '>= 3.0.0', '< 4.0'
s.add_development_dependency 'bundler', '>= 1.3.0', '< 2.0'
s.add_development_dependency 'sqlite3', '~> 1.3.10'
Expand Down

0 comments on commit 204d0bd

Please sign in to comment.