From b00e9793ca2817a6b412075abafe8d4847d08115 Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Wed, 31 Mar 2021 18:43:06 +0300 Subject: [PATCH] chore: update dependencies for ruby 3.0 (#291) --- Gemfile | 3 +-- Gemfile.lock | 16 +++++----------- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 4f95c147e4..d13642c511 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ gem "byebug", platforms: [:mri, :mingw, :x64_mingw] gem "dotenv-rails" # Access an interactive console on exception pages or by calling 'console' anywhere in the code. gem "web-console", ">= 3.3.0" -gem "listen", ">= 3.0.5", "< 3.2" +gem "listen", ">= 3.3.0" # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem "spring" @@ -64,7 +64,6 @@ gem "devise" gem "database_cleaner" gem "ruby-debug-ide", require: false -gem "debase" # # END Dependencies for dummy_app # diff --git a/Gemfile.lock b/Gemfile.lock index a11efe0cd3..7f33d59ed6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,9 +103,6 @@ GEM crack (0.4.4) crass (1.0.6) database_cleaner (1.8.5) - debase (0.2.4.1) - debase-ruby_core_source (>= 0.10.2) - debase-ruby_core_source (0.10.11) devise (4.7.3) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -151,10 +148,9 @@ GEM i18n jbuilder (2.10.1) activesupport (>= 5.0.0) - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) + listen (3.5.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) loofah (2.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -272,7 +268,6 @@ GEM ruby-progressbar (1.10.1) ruby-vips (2.0.17) ffi (~> 1.9) - ruby_dep (1.5.0) rubyzip (2.3.0) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) @@ -362,7 +357,6 @@ DEPENDENCIES capybara (>= 2.15) countries database_cleaner - debase devise dotenv-rails factory_bot_rails @@ -374,7 +368,7 @@ DEPENDENCIES image_processing (~> 1.2) iso jbuilder (~> 2.7) - listen (>= 3.0.5, < 3.2) + listen (>= 3.3.0) pagy pg (>= 0.18, < 2.0) puma (~> 4.3.5) @@ -400,4 +394,4 @@ DEPENDENCIES zeitwerk (~> 2.3) BUNDLED WITH - 2.2.5 + 2.2.15