Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/puma-5.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavrick authored Apr 3, 2024
2 parents 9407510 + 91ecc6f commit 81b7207
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'pg', '~> 1.4.5'
gem 'puma', '~> 5.6'
gem 'rails', '~> 7.0.8'
gem 'rails-i18n', '~> 7.0.0'
gem 'rswag', '~> 2.9.0'
gem 'rswag', '~> 2.10.1'
gem 'sassc-rails', '~> 2.1.2'
gem 'sprockets-rails', '~> 3.4.2'
gem 'stimulus-rails', '~> 1.2.1'
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.4)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
autoprefixer-rails (10.4.13.0)
Expand Down Expand Up @@ -290,7 +290,7 @@ GEM
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-core (3.12.3)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
Expand All @@ -306,19 +306,19 @@ GEM
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.0)
rswag (2.9.0)
rswag-api (= 2.9.0)
rswag-specs (= 2.9.0)
rswag-ui (= 2.9.0)
rswag-api (2.9.0)
rspec-support (3.12.2)
rswag (2.10.1)
rswag-api (= 2.10.1)
rswag-specs (= 2.10.1)
rswag-ui (= 2.10.1)
rswag-api (2.10.1)
railties (>= 3.1, < 7.1)
rswag-specs (2.9.0)
rswag-specs (2.10.1)
activesupport (>= 3.1, < 7.1)
json-schema (>= 2.2, < 4.0)
railties (>= 3.1, < 7.1)
rspec-core (>= 2.14)
rswag-ui (2.9.0)
rswag-ui (2.10.1)
actionpack (>= 3.1, < 7.1)
railties (>= 3.1, < 7.1)
rubocop (1.44.1)
Expand Down Expand Up @@ -459,7 +459,7 @@ DEPENDENCIES
rails_best_practices (~> 1.23.2)
rspec (~> 3.12.0)
rspec-rails (~> 6.0.1)
rswag (~> 2.9.0)
rswag (~> 2.10.1)
rubocop (~> 1.44.1)
rubocop-factory_bot (~> 2.23.1)
rubocop-i18n (~> 3.0)
Expand Down

0 comments on commit 81b7207

Please sign in to comment.