Skip to content

Commit

Permalink
[deps] upgrade to Rails v7.1 and ActiveAdmin v3
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Feb 15, 2025
1 parent 2d52a87 commit 5b5fc38
Show file tree
Hide file tree
Showing 5 changed files with 150 additions and 100 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
source 'https://rubygems.org'

gem 'rails', '~> 7.0.8'
gem 'rails', '~> 7.1'
gem 'rails-i18n', '~> 7.0'
gem 'puma', '~> 6.4'
gem 'puma', '~> 6.5'
gem 'rdiscount', '~> 2.2.7'
gem 'rubyzip', '~> 2.3.0'
gem 'activeadmin', '~> 2.14'
gem 'activeadmin', '~> 3.2'
gem 'bootsnap', '~> 1.12', require: false
gem 'has_scope', '~> 0.7.2'
gem 'pundit', '~> 2.1.0'
Expand Down Expand Up @@ -40,7 +40,7 @@ end
group :development do
gem 'localeapp', '~> 3.3', require: false
gem 'letter_opener', '~> 1.7.0'
gem 'web-console', '~> 4.1.0'
gem 'web-console', '~> 4.2'
end

group :development, :test do
Expand All @@ -56,7 +56,7 @@ group :test do
gem 'database_cleaner', '~> 2.0'
gem 'shoulda-matchers', '~> 4.4'
gem 'fabrication', '~> 2.20'
gem 'faker', '~> 2.15'
gem 'faker', '~> 3.5'
gem 'capybara', '~> 3.29'
gem 'selenium-webdriver', '~> 4.16'
gem 'simplecov', '~> 0.22', require: false
Expand Down
Loading

0 comments on commit 5b5fc38

Please sign in to comment.