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 Apr 29, 2024
1 parent 6f84e7b commit 4336e03
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 142 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.3.0'
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 4336e03

Please sign in to comment.