Skip to content

Commit

Permalink
chore(deps): update all minor, or patch dependencies on bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 11, 2023
1 parent 6a02978 commit 2d971b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'jbuilder', '~> 2.11'
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# Use Prometheus client
gem 'prometheus-client', '~> 4.0.0'
gem 'prometheus-client', '~> 4.2.0'

gem 'icalendar'
gem 'rack-cors'
Expand All @@ -43,7 +43,7 @@ group :development, :test do
gem 'committee'
gem 'committee-rails'
gem 'simplecov'
gem 'rubocop', '~> 1.52.0'
gem 'rubocop', '~> 1.55.0'
gem 'rubocop-rails'
gem 'rubocop-rspec', '>= 2.22.0'
gem 'annotate', require: false
Expand Down Expand Up @@ -122,6 +122,6 @@ gem "turbo-rails"

gem 'slack-ruby-client'

gem 'nokogiri', '1.14.3'
gem 'nokogiri', '1.15.4'

gem 'faraday-retry'

0 comments on commit 2d971b0

Please sign in to comment.