Bump warden and remove its dependency on the master branch
Now that the fix for wardencommunity/warden#147 is present in a proper release
This commit is contained in:
parent
7b98bfb025
commit
dcf063f8f8
2 changed files with 4 additions and 10 deletions
2
Gemfile
2
Gemfile
|
@ -15,7 +15,7 @@ gem 'turbolinks'
|
|||
# Enable deep clone of active record models
|
||||
gem 'deep_cloneable'
|
||||
|
||||
gem 'warden', git: 'https://github.com/hassox/warden.git', branch: 'master'
|
||||
gem 'warden'
|
||||
|
||||
# Use Puma as the app server
|
||||
gem 'puma'
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -9,14 +9,6 @@ GIT
|
|||
mime-types
|
||||
rails (~> 5.2.0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/hassox/warden.git
|
||||
revision: 5b3cbd5bef67cbe399bb7007537bc4841bbee772
|
||||
branch: master
|
||||
specs:
|
||||
warden (1.2.8)
|
||||
rack (>= 1.0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/mina-deploy/mina.git
|
||||
revision: 0dd5fdb8bb82a180d35e1fc033de2fac48257e30
|
||||
|
@ -629,6 +621,8 @@ GEM
|
|||
activemodel (>= 3.0.0)
|
||||
addressable
|
||||
vcr (4.0.0)
|
||||
warden (1.2.8)
|
||||
rack (>= 2.0.6)
|
||||
web-console (3.7.0)
|
||||
actionview (>= 5.0)
|
||||
activemodel (>= 5.0)
|
||||
|
@ -748,7 +742,7 @@ DEPENDENCIES
|
|||
turbolinks
|
||||
typhoeus
|
||||
vcr
|
||||
warden!
|
||||
warden
|
||||
web-console
|
||||
webmock
|
||||
webpacker (>= 4.0.x)
|
||||
|
|
Loading…
Reference in a new issue