@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44ruby '3.4.8'
55
66# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7- gem 'rails' , '~> 8.0 ' , '>= 8.0.4 '
7+ gem 'rails' , '~> 8.1 ' , '>= 8.1.2.1 '
88
99# State machine
1010gem 'aasm'
@@ -44,7 +44,7 @@ gem 'redcarpet', '~> 3.6'
4444gem 'auth0' , '~> 5.1' , '>= 5.1.2' , require : false
4545
4646# Google Login
47- gem 'omniauth-google-oauth2' , '>= 1.2.0 '
47+ gem 'omniauth-google-oauth2' , '>= 1.2.2 '
4848gem 'omniauth-rails_csrf_protection' , '~> 2.0' , '>= 2.0.0'
4949
5050# Admin Frontend
@@ -104,13 +104,15 @@ gem 'net-http', '>= 0.4.0'
104104
105105gem 'sprockets-rails' , '>= 3.5.1'
106106
107+ gem 'connection_pool' , '< 3'
108+
107109group :development , :test do
108110 gem 'brakeman' , require : false
109111 gem 'byebug' , platforms : %i[ mri mingw x64_mingw ]
110112 gem 'dotenv-rails' , '>= 3.2.0'
111113 gem 'factory_bot_rails' , '~> 6.5' , '>= 6.5.1'
112114 gem 'pry-rails'
113- gem 'rspec-rails' , '~> 8.0' , '>= 8.0.0 '
115+ gem 'rspec-rails' , '~> 8.0' , '>= 8.0.4 '
114116end
115117
116118group :development do
@@ -129,7 +131,7 @@ group :test do
129131 gem 'jsonapi-rspec' , require : false
130132 gem 'ruby_event_store-rspec'
131133 gem 'rspec-json_expectations'
132- gem 'shoulda-matchers' , '~> 6 .0' , '>= 6 .0.0 '
134+ gem 'shoulda-matchers' , '~> 7 .0' , '>= 7 .0.1 '
133135 gem 'capybara' , '~> 3.40' , '>= 3.40.0'
134136 gem 'climate_control'
135137 gem 'webmock' , '>= 3.24.0'
0 commit comments