Skip to content

Commit aaa6f2d

Browse files
authored
Merge branch 'main' into item-request
2 parents ea168fd + ef48193 commit aaa6f2d

File tree

103 files changed

+956
-603
lines changed

Some content is hidden

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

103 files changed

+956
-603
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)