Skip to content

Commit

Permalink
Merge 3fe19da into 236f20d
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 8, 2024
2 parents 236f20d + 3fe19da commit 8da0e5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ group :development do
# Display performance information such as SQL time and flame graphs for each request in your browser.
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
gem 'rack-mini-profiler', '~> 3.3'
gem 'listen', '~> 3.3'
gem 'listen', '~> 3.9'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
# gem 'spring'
end
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ GEM
addressable (~> 2.8)
letter_opener (1.10.0)
launchy (>= 2.2, < 4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.22.0)
Expand Down Expand Up @@ -526,7 +526,7 @@ DEPENDENCIES
jquery-ui-rails
launchy
letter_opener
listen (~> 3.3)
listen (~> 3.9)
nokogiri
omniauth
omniauth-github
Expand Down

0 comments on commit 8da0e5d

Please sign in to comment.