Skip to content

Commit

Permalink
Merge pull request #19 from o2web/update-devise-cve-2019-5421
Browse files Browse the repository at this point in the history
Update devise cve 2019 5421
  • Loading branch information
bricesanchez authored Mar 21, 2019
2 parents 7fa09f3 + 04af706 commit dfc4324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphql-auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "rails", "~> 5.1"
spec.add_dependency 'graphql', '~> 1.8'
spec.add_dependency 'devise', '~> 4.4'
spec.add_dependency 'devise', '~> 4.6'
spec.add_dependency 'jwt', '~> 1.5'

spec.add_development_dependency 'sqlite3', '~> 1.3.6'
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql-auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module GraphQL
module Auth
VERSION = '0.4.1'
VERSION = '0.4.2'
end
end

0 comments on commit dfc4324

Please sign in to comment.