Skip to content

Commit

Permalink
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 May 8, 2024
1 parent 17b4ecc commit a127ada
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 140 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.3.1'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.0.5'
gem 'rails', '~> 7.1.0'
# Use Puma as the app server
gem 'puma', '~> 6.0'
# Use SCSS for stylesheets
Expand All @@ -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.56.0'
gem 'rubocop', '~> 1.63.0'
gem 'rubocop-rails'
gem 'rubocop-rspec'
gem 'annotate', require: false
Expand Down Expand Up @@ -121,6 +121,6 @@ gem "turbo-rails"

gem 'slack-ruby-client'

gem 'nokogiri', '1.16.2'
gem 'nokogiri', '1.16.4'

gem 'faraday-retry'
Loading

0 comments on commit a127ada

Please sign in to comment.