Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Update devise_token_auth requirement from = 0.1.37 to = 1.2.1 #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
139 changes: 79 additions & 60 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,70 +5,73 @@ PATH
aasm (~> 4.10.1)
active_model_serializers (~> 0.9.0)
cancancan (~> 1.10)
devise_token_auth (= 0.1.37)
devise_token_auth (= 1.2.1)
rails (~> 4.2.6)

GEM
remote: https://rubygems.org/
specs:
aasm (4.10.1)
actionmailer (4.2.11.1)
actionpack (= 4.2.11.1)
actionview (= 4.2.11.1)
activejob (= 4.2.11.1)
actionmailer (4.2.11.3)
actionpack (= 4.2.11.3)
actionview (= 4.2.11.3)
activejob (= 4.2.11.3)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.11.1)
actionview (= 4.2.11.1)
activesupport (= 4.2.11.1)
actionpack (4.2.11.3)
actionview (= 4.2.11.3)
activesupport (= 4.2.11.3)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.11.1)
activesupport (= 4.2.11.1)
actionview (4.2.11.3)
activesupport (= 4.2.11.3)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
active_model_serializers (0.9.5)
active_model_serializers (0.9.8)
activemodel (>= 3.2)
activejob (4.2.11.1)
activesupport (= 4.2.11.1)
concurrent-ruby (~> 1.0)
activejob (4.2.11.3)
activesupport (= 4.2.11.3)
globalid (>= 0.3.0)
activemodel (4.2.11.1)
activesupport (= 4.2.11.1)
activemodel (4.2.11.3)
activesupport (= 4.2.11.3)
builder (~> 3.1)
activerecord (4.2.11.1)
activemodel (= 4.2.11.1)
activesupport (= 4.2.11.1)
activerecord (4.2.11.3)
activemodel (= 4.2.11.3)
activesupport (= 4.2.11.3)
arel (~> 6.0)
activesupport (4.2.11.1)
activesupport (4.2.11.3)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
apipie-rails (0.3.6)
json
arel (6.0.4)
bcrypt (3.1.11)
builder (3.2.3)
bcrypt (3.1.18)
builder (3.2.4)
byebug (8.2.5)
cancancan (1.13.1)
cancancan (1.17.0)
codeclimate-test-reporter (0.5.0)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.1)
concurrent-ruby (1.1.5)
crass (1.0.5)
devise (4.0.3)
concurrent-ruby (1.2.2)
crass (1.0.6)
date (3.3.3)
devise (4.9.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise_token_auth (0.1.37)
devise (> 3.5.2, < 4.1)
rails (< 6)
devise_token_auth (1.2.1)
bcrypt (~> 3.0)
devise (> 3.5.2, < 5)
rails (>= 4.2.0, < 7.1)
diff-lcs (1.2.5)
docile (1.3.2)
dotenv (2.1.1)
Expand All @@ -91,17 +94,30 @@ GEM
i18n (0.9.5)
concurrent-ruby (~> 1.0)
json (2.3.1)
loofah (2.3.1)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
method_source (0.8.2)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.18.0)
net-imap (0.3.4)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-protocol
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
orm_adapter (0.5.0)
pg (0.18.4)
pry (0.10.3)
Expand All @@ -113,36 +129,38 @@ GEM
pry (~> 0.10)
pry-rails (0.3.4)
pry (>= 0.9.10)
rack (1.6.12)
racc (1.6.2)
rack (1.6.13)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.11.1)
actionmailer (= 4.2.11.1)
actionpack (= 4.2.11.1)
actionview (= 4.2.11.1)
activejob (= 4.2.11.1)
activemodel (= 4.2.11.1)
activerecord (= 4.2.11.1)
activesupport (= 4.2.11.1)
rails (4.2.11.3)
actionmailer (= 4.2.11.3)
actionpack (= 4.2.11.3)
actionview (= 4.2.11.3)
activejob (= 4.2.11.3)
activemodel (= 4.2.11.3)
activerecord (= 4.2.11.3)
activesupport (= 4.2.11.3)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.11.1)
railties (= 4.2.11.3)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
rails-deprecated_sanitizer (1.0.4)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
railties (4.2.11.1)
actionpack (= 4.2.11.1)
activesupport (= 4.2.11.1)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (4.2.11.3)
actionpack (= 4.2.11.3)
activesupport (= 4.2.11.3)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.3.3)
responders (2.2.0)
railties (>= 4.2.0, < 5.1)
rake (13.0.6)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
rspec (3.4.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
Expand Down Expand Up @@ -172,18 +190,19 @@ GEM
simplecov-html (~> 0.11)
simplecov-html (0.12.2)
slop (3.6.0)
sprockets (3.7.2)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (0.20.3)
thor (1.2.1)
thread_safe (0.3.6)
tzinfo (1.2.5)
timeout (0.3.2)
tzinfo (1.2.11)
thread_safe (~> 0.1)
warden (1.2.6)
warden (1.2.7)
rack (>= 1.0)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion shareconomy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency 'aasm', "~> 4.10.1"
s.add_dependency "rails", "~> 4.2.6"
s.add_dependency 'cancancan', '~> 1.10'
s.add_dependency "devise_token_auth", "0.1.37"
s.add_dependency "devise_token_auth", "1.2.1"
s.add_dependency "active_model_serializers", '~> 0.9.0'

s.add_development_dependency "pg"
Expand Down