Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-3df927077dcb814e1f2b7ccdeff4df65
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico authored Jan 22, 2024
2 parents 15b73d5 + ae299d5 commit a68fc30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'rails', '~> 6.1', '>= 6.1.7.5'
# Use postgres as the database for Active Record
gem 'pg', '>= 0.4.4'
# Use Puma as the app server
gem 'puma', '>= 6.3.1'
gem 'puma', '>= 6.4.2'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6.0.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nio4r (2.7.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -266,7 +266,7 @@ GEM
psych (5.1.0)
stringio
public_suffix (5.0.3)
puma (6.3.1)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
Expand Down Expand Up @@ -453,7 +453,7 @@ DEPENDENCIES
oauth (~> 0.5.1)
oauthenticator (~> 1.4, >= 1.4.1)
pg (>= 0.4.4)
puma (>= 6.3.1)
puma (>= 6.4.2)
rails (~> 6.1, >= 6.1.7.5)
rails_lti2_provider!
rdoc
Expand Down

0 comments on commit a68fc30

Please sign in to comment.