Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-6370eb42083ccf2709e9a289557c3e04
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico authored Sep 22, 2023
2 parents 25747c1 + 22ef15b commit db014be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ gem 'repost', '~> 0.4.1'
gem 'minitest'
gem 'omniauth-bbbltibroker', git: 'https://github.com/bigbluebutton/omniauth-bbbltibroker.git', tag: '0.1.4'

gem 'activerecord-session_store', '>= 2.0.0'
gem 'activerecord-session_store', '>= 2.1.0'

gem 'coveralls', require: false
gem 'net-smtp'
Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,13 @@ GEM
activerecord (6.1.7.6)
activemodel (= 6.1.7.6)
activesupport (= 6.1.7.6)
activerecord-session_store (2.0.0)
actionpack (>= 5.2.4.1)
activerecord (>= 5.2.4.1)
activerecord-session_store (2.1.0)
actionpack (>= 6.1)
activerecord (>= 6.1)
cgi (>= 0.3.6)
multi_json (~> 1.11, >= 1.11.2)
rack (>= 2.0.8, < 3)
railties (>= 5.2.4.1)
rack (>= 2.0.8, < 4)
railties (>= 6.1)
activestorage (6.1.7.6)
actionpack (= 6.1.7.6)
activejob (= 6.1.7.6)
Expand Down Expand Up @@ -99,6 +100,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
cgi (0.3.6)
childprocess (4.1.0)
concurrent-ruby (1.2.2)
coveralls (0.8.23)
Expand Down Expand Up @@ -419,7 +421,7 @@ PLATFORMS

DEPENDENCIES
action-cable-testing
activerecord-session_store (>= 2.0.0)
activerecord-session_store (>= 2.1.0)
bigbluebutton-api-ruby (~> 1.9.0)
byebug
capybara
Expand Down

0 comments on commit db014be

Please sign in to comment.