From c66a2c89d57f75a6a2d4a4f9ce4731bd20d33de0 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Tue, 21 Nov 2023 08:36:11 +1100 Subject: [PATCH] Add irb to Gemfile --- Gemfile | 3 +++ Gemfile.lock | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/Gemfile b/Gemfile index 8b949e4..2a65166 100644 --- a/Gemfile +++ b/Gemfile @@ -59,6 +59,7 @@ gem "sentry-ruby" gem "warning" group :cli, :development do + gem "irb" gem "hanami-reloader", "~> 2.1.0.rc" end @@ -67,6 +68,8 @@ group :cli, :development, :test do end group :development do + gem "ed25519" + gem "bcrypt_pbkdf" gem "guard-puma", "~> 0.8" gem "standardrb" gem "capistrano", "~> 3.7", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 9da9acc..6597a8a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,6 +51,7 @@ GEM ast (2.4.2) babosa (2.0.0) base64 (0.2.0) + bcrypt_pbkdf (1.1.0) bigdecimal (3.1.4) bskyrb (0.5.3) date (>= 3.3.3) @@ -150,6 +151,7 @@ GEM dry-initializer (~> 3.0) dry-schema (>= 1.12, < 2) zeitwerk (~> 2.6) + ed25519 (1.3.0) faker (2.23.0) i18n (>= 1.8.11, < 2) ffi (1.16.3) @@ -253,6 +255,10 @@ GEM http (~> 5.0) link-header-parser (~> 5.0) nokogiri (>= 1.13) + io-console (0.6.0) + irb (1.9.0) + rdoc + reline (>= 0.3.8) json (2.6.3) jwt (2.7.1) language_server-protocol (3.17.0.3) @@ -303,6 +309,8 @@ GEM net-ssh (7.2.0) netrc (0.11.0) nio4r (2.5.9) + nokogiri (1.15.4-arm64-darwin) + racc (~> 1.4) nokogiri (1.15.4-x86_64-darwin) racc (~> 1.4) nokogiri (1.15.4-x86_64-linux) @@ -324,6 +332,8 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) + psych (5.1.1.1) + stringio public_suffix (5.0.3) puma (6.4.0) nio4r (~> 2.0) @@ -340,8 +350,12 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) + rdoc (6.6.0) + psych (>= 4.0.0) redcarpet (3.6.0) regexp_parser (2.8.2) + reline (0.4.0) + io-console (~> 0.5) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) @@ -447,6 +461,7 @@ GEM rubocop-performance (~> 1.19.1) standardrb (1.0.1) standard + stringio (3.0.9) temple (0.10.3) thor (1.3.0) tilt (2.3.0) @@ -474,12 +489,14 @@ GEM zeitwerk (2.6.12) PLATFORMS + arm64-darwin-23 x86_64-darwin-22 x86_64-darwin-23 x86_64-linux DEPENDENCIES babosa + bcrypt_pbkdf bskyrb builder capistrano (~> 3.7) @@ -494,6 +511,7 @@ DEPENDENCIES dry-matcher dry-monads dry-types + ed25519 georuby gnuplot gpx @@ -508,6 +526,7 @@ DEPENDENCIES hanami-view (= 2.1.0rc2) httparty image_processing (~> 1.0) + irb jwt lastfm (~> 1.27) mail