diff --git a/Gemfile b/Gemfile index a1943d4..45d3b8e 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.6.6' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' -gem 'rails', '~> 6.1.7', '>= 6.1.7.1' +gem 'rails', '~> 7.0.0' # Use postgresql as the database for Active Record gem 'pg', '~> 1.1' # Use Puma as the app server @@ -62,7 +62,7 @@ end gem 'geared_pagination' gem 'platform_agent' gem 'ransack' -gem 'spreadsheet_architect' +gem 'spreadsheet_architect', '>= 5.0.0' gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] group :production do