diff --git a/Gemfile b/Gemfile index 6e87bae..09521e3 100644 --- a/Gemfile +++ b/Gemfile @@ -51,5 +51,7 @@ group :test do end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem -gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] + +gem 'pry-rails' gem 'devise' + diff --git a/Gemfile.lock b/Gemfile.lock index 2c6d536..edfec62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,6 +73,7 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) childprocess (3.0.0) + coderay (1.1.3) concurrent-ruby (1.1.8) crass (1.0.6) devise (4.8.0) @@ -109,7 +110,14 @@ GEM nokogiri (1.11.3) mini_portile2 (~> 2.5.0) racc (~> 1.4) + + pry (0.14.1) + coderay (~> 1.1) + method_source (~> 1.0) + pry-rails (0.3.9) + orm_adapter (0.5.0) + public_suffix (4.0.6) puma (3.12.6) racc (1.5.2) @@ -220,6 +228,7 @@ DEPENDENCIES jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) mysql2 (>= 0.4.4) + pry-rails puma (~> 3.11) rails (~> 6.0.0) sass-rails (~> 5)