Skip to content

Commit e83b14d

Browse files
committed
Merge remote-tracking branch 'origin/main' into item-request
2 parents ae63758 + fa48014 commit e83b14d

61 files changed

Lines changed: 965 additions & 436 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem "pg", "~> 1.5.9"
1414
# Web server.
1515
gem "puma"
1616
# Rails web framework.
17-
gem "rails", "~> 8.0.1"
17+
gem "rails", "~> 8.0.2"
1818

1919
###### MODELS / DATABASE #######
2020

@@ -144,14 +144,14 @@ group :development, :test do
144144
# Debugger which supports rdbg and Shopify Ruby LSP VSCode extension
145145
gem "debug", ">= 1.0.0"
146146
# RSpec behavioral testing framework for Rails.
147-
gem "rspec-rails", "~> 7.1.0"
147+
gem "rspec-rails", "~> 8.0.0"
148148
# Static analysis / linter.
149149
gem "rubocop"
150150
# Rails add-on for static analysis.
151151
gem 'rubocop-performance'
152152
gem "rubocop-rails", "~> 2.25.1"
153153
# More concise test ("should") matchers
154-
gem "shoulda-matchers", "~> 6.4"
154+
gem "shoulda-matchers", "~> 6.5"
155155
# Default rules for Rubocop.
156156
gem "standard", "~> 1.40"
157157
gem "standard-rails"
@@ -201,7 +201,7 @@ group :test do
201201
# Show code coverage.
202202
gem 'simplecov'
203203
# Mock HTTP requests and ensure they are not called during tests.
204-
gem "webmock", "~> 3.24"
204+
gem "webmock", "~> 3.25"
205205
# Interface capybara to chrome headless
206206
gem "cuprite"
207207
# Read PDF files for tests

0 commit comments

Comments
 (0)