diff --git a/Gemfile b/Gemfile index 593296bc..c99d6406 100644 --- a/Gemfile +++ b/Gemfile @@ -12,14 +12,8 @@ gem "pg" # Use Puma as the app server gem "puma", "~> 5.6" -gem "jbuilder", "~> 2.5" -# Use Redis adapter to run Action Cable in production -# gem 'redis', '~> 4.0' -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use ActiveStorage variant -# gem 'mini_magick', '~> 4.8' +gem "jbuilder" + # allow ssh gem "bcrypt_pbkdf" gem "ed25519" @@ -52,7 +46,6 @@ gem "high_voltage", "~> 3.1" gem "honeybadger" group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem "bixby", "~> 5.0" gem "byebug", platforms: %i[mri mingw x64_mingw] gem "pry" diff --git a/Gemfile.lock b/Gemfile.lock index 3c56fe9b..266f17b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - aasm (5.0.6) + aasm (5.5.0) concurrent-ruby (~> 1.0) actioncable (6.1.7.6) actionpack (= 6.1.7.6) @@ -79,7 +79,7 @@ GEM bootsnap (1.11.1) msgpack (~> 1.2) builder (3.2.4) - byebug (11.0.1) + byebug (11.1.3) capistrano (3.18.0) airbrussh (>= 1.0.0) i18n @@ -107,7 +107,7 @@ GEM capybara (>= 1.0, < 4) launchy chronic (0.10.2) - coderay (1.1.2) + coderay (1.1.3) concurrent-ruby (1.2.2) crass (1.0.6) date (3.3.3) @@ -140,10 +140,10 @@ GEM honeybadger (5.0.2) i18n (1.14.1) concurrent-ruby (~> 1.0) - jbuilder (2.8.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - json (2.5.1) + jbuilder (2.11.5) + actionview (>= 5.0.0) + activesupport (>= 5.0.0) + json (2.7.1) kaminari (1.2.1) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.1) @@ -168,12 +168,11 @@ GEM net-smtp marcel (1.0.2) matrix (0.4.2) - method_source (0.9.2) + method_source (1.0.0) mini_mime (1.1.5) mini_portile2 (2.8.5) minitest (5.20.0) msgpack (1.4.5) - multi_json (1.13.1) net-imap (0.3.7) date net-protocol @@ -194,7 +193,7 @@ GEM omniauth (1.9.2) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) - omniauth-cas (1.1.1) + omniauth-cas (2.0.0) addressable (~> 2.3) nokogiri (~> 1.5) omniauth (~> 1.2) @@ -206,12 +205,12 @@ GEM parser (3.1.3.0) ast (~> 2.4.1) pg (1.3.5) - pry (0.12.2) - coderay (~> 1.1.0) - method_source (~> 0.9.0) - pry-byebug (3.7.0) + pry (0.14.2) + coderay (~> 1.1) + method_source (~> 1.0) + pry-byebug (3.10.1) byebug (~> 11.0) - pry (~> 0.10) + pry (>= 0.13, < 0.15) public_suffix (5.0.4) puma (5.6.7) nio4r (~> 2.0) @@ -271,9 +270,9 @@ GEM declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) - responders (3.0.1) - actionpack (>= 5.0) - railties (>= 5.0) + responders (3.1.1) + actionpack (>= 5.2) + railties (>= 5.2) rexml (3.2.6) rspec-core (3.11.0) rspec-support (~> 3.11.0) @@ -291,8 +290,8 @@ GEM rspec-expectations (~> 3.10) rspec-mocks (~> 3.10) rspec-support (~> 3.10) - rspec-support (3.11.0) - rspec_junit_formatter (0.4.1) + rspec-support (3.11.1) + rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) rubocop (1.28.2) parallel (~> 1.10) @@ -388,7 +387,7 @@ DEPENDENCIES faker high_voltage (~> 3.1) honeybadger - jbuilder (~> 2.5) + jbuilder kaminari net-ldap omniauth-cas