diff --git a/play-with-docker/Portus/Gemfile b/play-with-docker/Portus/Gemfile index e23be3343..33e06d0b5 100644 --- a/play-with-docker/Portus/Gemfile +++ b/play-with-docker/Portus/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" -gem "rails", "~> 4.2.8" -gem "sass-rails", ">= 3.2" +gem "rails", "~> 7.0.0" +gem "sass-rails", ">= 6.0.0" gem "bootstrap-sass", "~> 3.3.4" gem "slim" gem "pundit" @@ -15,7 +15,7 @@ gem "public_activity" gem "active_record_union" gem "mysql2" gem "search_cop" -gem "kaminari" +gem "kaminari", ">= 1.0.0" gem "crono" gem "net-ldap" gem "redcarpet" @@ -76,7 +76,7 @@ unless packaging? group :development, :test do gem "rspec-rails" gem "byebug" - gem "web-console", "~> 2.1.3" + gem "web-console", "~> 3.0.0" gem "awesome_print" gem "hirb" gem "wirb"