Skip to content

Commit

Permalink
Merge pull request #63 from danielmbrasil/dependabot-bundler-rack-min…
Browse files Browse the repository at this point in the history
…i-profiler-2.3.1

gems(deps-dev): bump rack-mini-profiler from 2.3.0 to 2.3.1
  • Loading branch information
danielmbrasil committed Mar 17, 2021
2 parents ef95ce8 + aa7762b commit 2a47822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -56,7 +56,7 @@ group :development do
gem 'web-console', '>= 4.1.0'
# 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', '~> 2.0'
gem 'rack-mini-profiler', '~> 2.3'
gem 'listen', '~> 3.3'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -148,7 +148,7 @@ GEM
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
rack-mini-profiler (2.3.0)
rack-mini-profiler (2.3.1)
rack (>= 1.2.0)
rack-proxy (0.6.5)
rack
Expand Down Expand Up @@ -264,7 +264,7 @@ DEPENDENCIES
listen (~> 3.3)
pg (~> 1.1)
puma (~> 5.2)
rack-mini-profiler (~> 2.0)
rack-mini-profiler (~> 2.3)
rails (~> 6.1.1)
rails-i18n
sass-rails (>= 6)
Expand Down

0 comments on commit 2a47822

Please sign in to comment.