Skip to content

Commit

Permalink
chore(deps): update to devise 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
booleanbetrayal committed Aug 29, 2015
1 parent 10972a7 commit bf2cc1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PATH
remote: .
specs:
devise_token_auth (0.1.34)
devise (= 3.5.1)
devise (~> 3.5.2)
rails (~> 4.2)

GEM
Expand Down Expand Up @@ -76,15 +76,15 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
ansi (1.5.0)
arel (6.0.2)
arel (6.0.3)
attr_encrypted (1.3.4)
encryptor (>= 1.3.0)
bcrypt (3.1.10)
builder (3.2.2)
codeclimate-test-reporter (0.4.7)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
devise (3.5.1)
devise (3.5.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
Expand All @@ -101,7 +101,7 @@ GEM
ffi (1.9.10)
formatador (0.2.5)
fuzz_ball (0.9.1)
globalid (0.3.5)
globalid (0.3.6)
activesupport (>= 4.1.0)
guard (2.13.0)
formatador (>= 0.2.4)
Expand Down Expand Up @@ -218,7 +218,7 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
slop (3.6.0)
sprockets (3.2.0)
sprockets (3.3.3)
rack (~> 1.0)
sprockets-rails (2.3.2)
actionpack (>= 3.0)
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.2"
s.add_dependency "devise", "3.5.1"
s.add_dependency "devise", "~> 3.5.2"

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

0 comments on commit bf2cc1b

Please sign in to comment.