Skip to content

Commit

Permalink
Bump omniauth-rails_csrf_protection from 0.1.2 to 1.0.1
Browse files Browse the repository at this point in the history
Bumps [omniauth-rails_csrf_protection](https://github.com/cookpad/omniauth-rails_csrf_protection) from 0.1.2 to 1.0.1.
- [Release notes](https://github.com/cookpad/omniauth-rails_csrf_protection/releases)
- [Commits](cookpad/omniauth-rails_csrf_protection@v0.1.2...v1.0.1)

---
updated-dependencies:
- dependency-name: omniauth-rails_csrf_protection
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 10, 2023
1 parent aa25af0 commit e88a78b
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 49 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gem "bugsnag"
# Devise and github for login
gem "devise"
gem "omniauth-github"
gem "omniauth-rails_csrf_protection", "~> 0.1"
gem "omniauth-rails_csrf_protection", "~> 1.0"
gem "cancancan"
gem "rails_admin"
gem "paper_trail"
Expand Down
102 changes: 54 additions & 48 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
config (4.1.0)
deep_merge (~> 1.2, >= 1.2.1)
dry-validation (~> 1.0, >= 1.0.0)
Expand All @@ -98,12 +98,13 @@ GEM
database_cleaner-core (2.0.1)
date (3.3.3)
deep_merge (1.2.2)
devise (4.8.1)
devise (4.9.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
diff-lcs (1.5.0)
docile (1.4.0)
dotenv (2.8.1)
dotenv-rails (2.8.1)
Expand Down Expand Up @@ -179,9 +180,6 @@ GEM
guard-rubocop (1.5.0)
guard (~> 2.0)
rubocop (< 2.0)
haml (5.2.2)
temple (>= 0.8.0)
tilt
hashdiff (1.0.1)
hashie (5.0.0)
htmlentities (4.3.4)
Expand All @@ -199,8 +197,6 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
json (2.6.3)
jwt (2.5.0)
kaminari (1.2.2)
Expand Down Expand Up @@ -236,8 +232,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.17.0)
multi_json (1.15.0)
minitest (5.18.0)
multi_xml (0.6.0)
nenv (0.3.0)
nested_form (0.3.2)
Expand All @@ -251,33 +246,35 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.14.0)
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
oauth2 (1.4.9)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
omniauth (1.9.2)
omniauth (2.1.1)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-github (1.4.0)
omniauth (~> 1.5)
omniauth-oauth2 (>= 1.4.0, < 2.0)
omniauth-oauth2 (1.7.3)
rack (>= 2.2.3)
rack-protection
omniauth-github (2.0.1)
omniauth (~> 2.0)
omniauth-oauth2 (~> 1.8)
omniauth-oauth2 (1.8.0)
oauth2 (>= 1.4, < 3)
omniauth (>= 1.9, < 3)
omniauth-rails_csrf_protection (0.1.2)
omniauth (~> 2.0)
omniauth-rails_csrf_protection (1.0.1)
actionpack (>= 4.2)
omniauth (>= 1.3.1)
omniauth (~> 2.0)
orm_adapter (0.5.0)
paper_trail (14.0.0)
activerecord (>= 6.0)
Expand All @@ -294,9 +291,8 @@ GEM
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.3)
rack-pjax (1.1.0)
nokogiri (~> 1.5)
rack (>= 1.1)
rack-protection (3.0.5)
rack
rack-test (2.0.2)
rack (>= 1.3)
rails (6.1.7.1)
Expand All @@ -319,18 +315,12 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rails_admin (2.2.1)
rails_admin (3.1.1)
activemodel-serializers-xml (>= 1.0)
builder (~> 3.1)
haml (>= 4.0, < 6)
jquery-rails (>= 3.0, < 5)
jquery-ui-rails (>= 5.0, < 7)
kaminari (>= 0.14, < 2.0)
nested_form (~> 0.3)
rack-pjax (>= 0.7)
rails (>= 5.0, < 7)
remotipart (~> 1.3)
sassc-rails (>= 1.3, < 3)
rails (>= 6.0, < 8)
turbo-rails (~> 1.0)
railties (6.1.7.1)
actionpack (= 6.1.7.1)
activesupport (= 6.1.7.1)
Expand All @@ -344,20 +334,29 @@ GEM
ffi (~> 1.0)
redcarpet (3.5.1)
regexp_parser (2.6.2)
remotipart (1.4.4)
request_store (1.5.1)
rack (>= 1.4)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
responders (3.1.0)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.5)
rinku (2.0.6)
rspec (1.3.2)
rspec-core (3.12.0)
rspec-support (~> 3.12.0)
rspec-rails (1.3.4)
rack (>= 1.0.0)
rspec (~> 1.3.1)
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.0.1)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.11)
rspec-expectations (~> 3.11)
rspec-mocks (~> 3.11)
rspec-support (~> 3.11)
rspec-support (3.12.0)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
Expand All @@ -382,10 +381,10 @@ GEM
rubocop-performance (1.15.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.9.1)
rubocop-rails (2.18.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 0.90.0, < 2.0)
rubocop (>= 1.33.0, < 2.0)
rubocop-rails_config (1.11.3)
railties (>= 5.0)
rubocop (>= 1.29.0)
Expand Down Expand Up @@ -417,6 +416,9 @@ GEM
simplecov-html (0.12.3)
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.4)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
sparkr (0.4.1)
spring (4.1.1)
spring-watcher-listen (2.1.0)
Expand All @@ -434,7 +436,6 @@ GEM
sucker_punch (3.1.0)
concurrent-ruby (~> 1.0)
sync (0.5.0)
temple (0.10.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (1.2.1)
Expand All @@ -443,15 +444,20 @@ GEM
timeout (0.3.1)
tins (1.32.1)
sync
turbo-rails (1.4.0)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.4.2)
vcr (6.1.0)
version_gem (1.1.1)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.0)
Expand All @@ -469,7 +475,7 @@ GEM
websocket-extensions (0.1.5)
yard (0.9.28)
webrick (~> 1.7.0)
zeitwerk (2.6.6)
zeitwerk (2.6.7)

PLATFORMS
ruby
Expand Down Expand Up @@ -501,7 +507,7 @@ DEPENDENCIES
memoist
octokit (~> 4.25)
omniauth-github
omniauth-rails_csrf_protection (~> 0.1)
omniauth-rails_csrf_protection (~> 1.0)
paper_trail
pg
pry
Expand Down

0 comments on commit e88a78b

Please sign in to comment.