diff --git a/Gemfile b/Gemfile index 9210d0f..df4cab9 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ end # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 5.1.6', '>= 5.1.6.1' +gem 'rails', '~> 7.1.0' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server @@ -40,7 +40,7 @@ group :development do gem 'listen', '>= 3.1.5', '< 3.2' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' - gem 'spring-watcher-listen', '~> 2.0.1' + gem 'spring-watcher-listen', '~> 2.1.0' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem @@ -48,8 +48,8 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Active Admin gem 'activeadmin', github: 'activeadmin' -gem 'devise', '>= 4.4.1' -gem 'draper', '>= 3.0.1' +gem 'devise', '>= 4.7.0' +gem 'draper', '>= 3.1.0' gem 'inherited_resources', git: 'https://github.com/activeadmin/inherited_resources' # PNG