Skip to content

Commit dc6556f

Browse files
Merge branch 'main' into 5223_error_message_on_nonvisible_item_request
2 parents a55061a + 67da1ea commit dc6556f

File tree

71 files changed

+654
-328
lines changed

Some content is hidden

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

71 files changed

+654
-328
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ end
1010
# User management and login workflow.
1111
gem "devise", '>= 4.7.1'
1212
# Postgres database adapter.
13-
gem "pg", "~> 1.6.1"
13+
gem "pg", "~> 1.6.2"
1414
# Web server.
1515
gem "puma"
1616
# Rails web framework.
@@ -156,11 +156,11 @@ group :development, :test do
156156
gem "rubocop"
157157
# Rails add-on for static analysis.
158158
gem 'rubocop-performance'
159-
gem "rubocop-rails", "~> 2.25.1"
159+
gem "rubocop-rails", "~> 2.33.4"
160160
# More concise test ("should") matchers
161161
gem "shoulda-matchers", "~> 6.5"
162162
# Default rules for Rubocop.
163-
gem "standard", "~> 1.50"
163+
gem "standard", "~> 1.52"
164164
gem "standard-rails"
165165
gem "standard-performance"
166166
# Erb linter.

0 commit comments

Comments
 (0)