Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lynndylanhurley committed Oct 30, 2014
1 parent 0b0f7a8 commit 2d3595d
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 @@ -32,7 +32,7 @@ PATH
remote: .
specs:
devise_token_auth (0.1.30.beta3)
devise (~> 3.2)
devise (~> 3.3)
rails (~> 4.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion devise_token_auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.test_files = Dir["test/**/*"]

s.add_dependency "rails", "~> 4.1"
s.add_dependency "devise", "~> 3.2"
s.add_dependency "devise", "~> 3.3"

s.add_development_dependency "sqlite3", "~> 1.3"
s.add_development_dependency 'pg'
Expand Down

0 comments on commit 2d3595d

Please sign in to comment.