Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
💎 Upgrade dependencies (sep/2022) (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephannv authored Sep 2, 2022
1 parent 3282508 commit b0eddaa
Show file tree
Hide file tree
Showing 3 changed files with 353 additions and 329 deletions.
38 changes: 19 additions & 19 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.1.2"

gem "awesome_print", "1.9.2"
gem "bootsnap", "1.12.0", require: false
gem "bootsnap", "1.13.0", require: false
gem "bytesize", "0.1.2"
gem "cssbundling-rails", "1.1.1"
gem "devise", "4.8.1"
Expand All @@ -16,46 +16,46 @@ gem "friendly_id", "5.4.2"
gem "httparty", "0.20.0"
gem "i18n_data", "0.16.0"
gem "jsbundling-rails", "1.0.3"
gem "meta-tags", "2.16.0"
gem "meta-tags", "2.17.0"
gem "money-rails", "1.15.0"
gem "nokogiri", "1.13.6"
gem "nokogiri", "1.13.8"
gem "omniauth", "2.0.4"
gem "omniauth-discord", "1.0.2"
gem "omniauth-rails_csrf_protection", "1.0.1"
gem "omniauth-twitter", "1.4.0"
gem "pagy", "5.10.1"
gem "pg", "1.4.1"
gem "pg", "1.4.3"
gem "pg_search", "2.3.6"
gem "propshaft", "0.6.4"
gem "puma", "5.6.4"
gem "rails", "7.0.3"
gem "rails-i18n", "7.0.3"
gem "sentry-rails", "5.3.1"
gem "service_actor", "3.1.3"
gem "stimulus-rails", "1.0.4"
gem "puma", "5.6.5"
gem "rails", "7.0.3.1"
gem "rails-i18n", "7.0.5"
gem "sentry-rails", "5.4.2"
gem "service_actor", "3.3.0"
gem "stimulus-rails", "1.1.0"
gem "turbo-rails", "1.1.1"
gem "tzinfo-data", "2.0.4", platforms: %i[mingw mswin x64_mingw jruby]
gem "view_component", "2.57.1"
gem "view_component", "2.71.0"

group :development, :test do
gem "debug", "1.5.0", platforms: %i[mri mingw x64_mingw]
gem "debug", "1.6.2", platforms: %i[mri mingw x64_mingw]
gem "factory_bot_rails", "6.2.0"
gem "faker", "2.21.0"
gem "faker", "2.23.0"
end

group :development do
gem "erb_lint", "0.1.3"
gem "erb_lint", "0.2.0"
gem "rack-mini-profiler", "3.0.0"
gem "rubocop", "1.31.1"
gem "rubocop-performance", "1.14.2"
gem "rubocop-rails", "2.15.1"
gem "rubocop-rspec", "2.11.1"
gem "rubocop", "1.36.0"
gem "rubocop-performance", "1.14.3"
gem "rubocop-rails", "2.15.2"
gem "rubocop-rspec", "2.12.1"
gem "web-console", "4.2.0"
end

group :test do
gem "rspec-rails", "5.1.2"
gem "shoulda-matchers", "5.1.0"
gem "simplecov", "0.21.2"
gem "webmock", "3.14.0"
gem "webmock", "3.18.1"
end
Loading

0 comments on commit b0eddaa

Please sign in to comment.