|
10 | 10 | # User management and login workflow. |
11 | 11 | gem "devise", '>= 4.7.1' |
12 | 12 | # Postgres database adapter. |
13 | | -gem "pg", "~> 1.6.1" |
| 13 | +gem "pg", "~> 1.6.2" |
14 | 14 | # Web server. |
15 | 15 | gem "puma" |
16 | 16 | # Rails web framework. |
@@ -151,16 +151,16 @@ group :development, :test do |
151 | 151 | # Debugger which supports rdbg and Shopify Ruby LSP VSCode extension |
152 | 152 | gem "debug", ">= 1.0.0" |
153 | 153 | # RSpec behavioral testing framework for Rails. |
154 | | - gem "rspec-rails", "~> 8.0.0" |
| 154 | + gem "rspec-rails", "~> 8.0.2" |
155 | 155 | # Static analysis / linter. |
156 | 156 | gem "rubocop" |
157 | 157 | # Rails add-on for static analysis. |
158 | 158 | gem 'rubocop-performance' |
159 | | - gem "rubocop-rails", "~> 2.25.1" |
| 159 | + gem "rubocop-rails", "~> 2.33.4" |
160 | 160 | # More concise test ("should") matchers |
161 | 161 | gem "shoulda-matchers", "~> 6.5" |
162 | 162 | # Default rules for Rubocop. |
163 | | - gem "standard", "~> 1.50" |
| 163 | + gem "standard", "~> 1.52" |
164 | 164 | gem "standard-rails" |
165 | 165 | gem "standard-performance" |
166 | 166 | # Erb linter. |
@@ -208,7 +208,7 @@ group :test do |
208 | 208 | # Show code coverage. |
209 | 209 | gem 'simplecov' |
210 | 210 | # Mock HTTP requests and ensure they are not called during tests. |
211 | | - gem "webmock", "~> 3.25" |
| 211 | + gem "webmock", "~> 3.26" |
212 | 212 | # Interface capybara to chrome headless |
213 | 213 | gem "cuprite" |
214 | 214 | # Read PDF files for tests |
|
0 commit comments