Skip to content

Commit

Permalink
Merge pull request #260 from unboxed/dependabot/bundler/rubocop-rails…
Browse files Browse the repository at this point in the history
…-2.29.0

build(deps-dev): bump rubocop-rails from 2.28.0 to 2.29.0
  • Loading branch information
pixeltrix authored Jan 20, 2025
2 parents d587861 + ec3fd90 commit 30bb855
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
coderay (1.1.3)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
crack (1.0.0)
bigdecimal
rexml
Expand Down Expand Up @@ -168,7 +168,7 @@ GEM
bigdecimal
rake (>= 13)
hashdiff (1.1.1)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
jbuilder (2.13.0)
actionview (>= 5.0.0)
Expand Down Expand Up @@ -227,7 +227,7 @@ GEM
jwt (>= 1.5, < 3)
orm_adapter (0.5.0)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
pg (1.4.6)
Expand Down Expand Up @@ -312,7 +312,7 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-rails (2.28.0)
rubocop-rails (2.29.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down Expand Up @@ -354,7 +354,7 @@ GEM
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.3)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
warden (1.2.9)
Expand Down
2 changes: 2 additions & 0 deletions config/boot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

require 'bundler/setup' # Set up gems listed in the Gemfile.
require 'bootsnap/setup' # Speed up boot time by caching expensive operations.

require 'logger'

0 comments on commit 30bb855

Please sign in to comment.