Skip to content

Commit

Permalink
Merge pull request #1136 from Crown-Commercial-Service/dependabot/bun…
Browse files Browse the repository at this point in the history
…dler/auto-session-timeout-1.1
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
2 parents e168963 + a48145a commit 03190a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gem 'json-jwt', '>= 1.11.0'
gem 'devise', '~> 4.9.3'

# for timing out when session expires
gem 'auto-session-timeout', '~> 1.0'
gem 'auto-session-timeout', '~> 1.1'

# for cognito
gem 'aws-sdk-cognitoidentityprovider', '~> 1.82.0'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ GEM
unf
ast (2.4.2)
attr_required (1.0.1)
auto-session-timeout (1.0)
actionpack (>= 3.2, < 7.1)
auto-session-timeout (1.1)
actionpack (>= 3.2, < 7.2)
aws-eventstream (1.2.0)
aws-partitions (1.834.0)
aws-sdk-cognitoidentityprovider (1.82.0)
Expand Down Expand Up @@ -336,7 +336,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0808)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.20.0)
msgpack (1.6.0)
multi_json (1.15.0)
Expand Down Expand Up @@ -660,7 +660,7 @@ DEPENDENCIES
active_storage_validations (>= 1.0.3)
activerecord-postgis-adapter (>= 6.0.3)
asset_sync
auto-session-timeout (~> 1.0)
auto-session-timeout (~> 1.1)
aws-sdk-cognitoidentityprovider (~> 1.82.0)
aws-sdk-s3 (~> 1)
axe-core-capybara (>= 4.2.1)
Expand Down

0 comments on commit 03190a9

Please sign in to comment.