Skip to content

Commit

Permalink
chore: update dependencies for ruby 3.0 (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev authored Mar 31, 2021
1 parent 7fbd1cd commit b00e979
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -64,7 +64,6 @@ gem "devise"
gem "database_cleaner"

gem "ruby-debug-ide", require: false
gem "debase"
#
# END Dependencies for dummy_app
#
Expand Down
16 changes: 5 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -362,7 +357,6 @@ DEPENDENCIES
capybara (>= 2.15)
countries
database_cleaner
debase
devise
dotenv-rails
factory_bot_rails
Expand All @@ -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)
Expand All @@ -400,4 +394,4 @@ DEPENDENCIES
zeitwerk (~> 2.3)

BUNDLED WITH
2.2.5
2.2.15

0 comments on commit b00e979

Please sign in to comment.