Skip to content

Commit

Permalink
v0.1.37.beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
lynndylanhurley committed Dec 10, 2015
1 parent 9668dc7 commit 785f77a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GIT
PATH
remote: .
specs:
devise_token_auth (0.1.37.beta3)
devise_token_auth (0.1.37.beta4)
devise (~> 3.5.2)
rails (~> 4.2)

Expand Down Expand Up @@ -231,7 +231,7 @@ GEM
thread_safe (0.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
warden (1.2.3)
warden (1.2.4)
rack (>= 1.0)

PLATFORMS
Expand Down Expand Up @@ -261,3 +261,6 @@ DEPENDENCIES
rack-cors
sqlite3 (~> 1.3)
thor

BUNDLED WITH
1.10.5
2 changes: 1 addition & 1 deletion lib/devise_token_auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DeviseTokenAuth
VERSION = "0.1.37.beta3"
VERSION = "0.1.37.beta4"
end

0 comments on commit 785f77a

Please sign in to comment.