Add irb to Gemfile

This commit is contained in:
2023-11-21 08:36:11 +11:00
parent f9c48118aa
commit c66a2c89d5
2 changed files with 22 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ gem "sentry-ruby"
gem "warning" gem "warning"
group :cli, :development do group :cli, :development do
gem "irb"
gem "hanami-reloader", "~> 2.1.0.rc" gem "hanami-reloader", "~> 2.1.0.rc"
end end
@@ -67,6 +68,8 @@ group :cli, :development, :test do
end end
group :development do group :development do
gem "ed25519"
gem "bcrypt_pbkdf"
gem "guard-puma", "~> 0.8" gem "guard-puma", "~> 0.8"
gem "standardrb" gem "standardrb"
gem "capistrano", "~> 3.7", require: false gem "capistrano", "~> 3.7", require: false

View File

@@ -51,6 +51,7 @@ GEM
ast (2.4.2) ast (2.4.2)
babosa (2.0.0) babosa (2.0.0)
base64 (0.2.0) base64 (0.2.0)
bcrypt_pbkdf (1.1.0)
bigdecimal (3.1.4) bigdecimal (3.1.4)
bskyrb (0.5.3) bskyrb (0.5.3)
date (>= 3.3.3) date (>= 3.3.3)
@@ -150,6 +151,7 @@ GEM
dry-initializer (~> 3.0) dry-initializer (~> 3.0)
dry-schema (>= 1.12, < 2) dry-schema (>= 1.12, < 2)
zeitwerk (~> 2.6) zeitwerk (~> 2.6)
ed25519 (1.3.0)
faker (2.23.0) faker (2.23.0)
i18n (>= 1.8.11, < 2) i18n (>= 1.8.11, < 2)
ffi (1.16.3) ffi (1.16.3)
@@ -253,6 +255,10 @@ GEM
http (~> 5.0) http (~> 5.0)
link-header-parser (~> 5.0) link-header-parser (~> 5.0)
nokogiri (>= 1.13) nokogiri (>= 1.13)
io-console (0.6.0)
irb (1.9.0)
rdoc
reline (>= 0.3.8)
json (2.6.3) json (2.6.3)
jwt (2.7.1) jwt (2.7.1)
language_server-protocol (3.17.0.3) language_server-protocol (3.17.0.3)
@@ -303,6 +309,8 @@ GEM
net-ssh (7.2.0) net-ssh (7.2.0)
netrc (0.11.0) netrc (0.11.0)
nio4r (2.5.9) nio4r (2.5.9)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin) nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux) nokogiri (1.15.4-x86_64-linux)
@@ -324,6 +332,8 @@ GEM
pry (0.14.2) pry (0.14.2)
coderay (~> 1.1) coderay (~> 1.1)
method_source (~> 1.0) method_source (~> 1.0)
psych (5.1.1.1)
stringio
public_suffix (5.0.3) public_suffix (5.0.3)
puma (6.4.0) puma (6.4.0)
nio4r (~> 2.0) nio4r (~> 2.0)
@@ -340,8 +350,12 @@ GEM
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rdoc (6.6.0)
psych (>= 4.0.0)
redcarpet (3.6.0) redcarpet (3.6.0)
regexp_parser (2.8.2) regexp_parser (2.8.2)
reline (0.4.0)
io-console (~> 0.5)
rest-client (2.1.0) rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0) http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0) http-cookie (>= 1.0.2, < 2.0)
@@ -447,6 +461,7 @@ GEM
rubocop-performance (~> 1.19.1) rubocop-performance (~> 1.19.1)
standardrb (1.0.1) standardrb (1.0.1)
standard standard
stringio (3.0.9)
temple (0.10.3) temple (0.10.3)
thor (1.3.0) thor (1.3.0)
tilt (2.3.0) tilt (2.3.0)
@@ -474,12 +489,14 @@ GEM
zeitwerk (2.6.12) zeitwerk (2.6.12)
PLATFORMS PLATFORMS
arm64-darwin-23
x86_64-darwin-22 x86_64-darwin-22
x86_64-darwin-23 x86_64-darwin-23
x86_64-linux x86_64-linux
DEPENDENCIES DEPENDENCIES
babosa babosa
bcrypt_pbkdf
bskyrb bskyrb
builder builder
capistrano (~> 3.7) capistrano (~> 3.7)
@@ -494,6 +511,7 @@ DEPENDENCIES
dry-matcher dry-matcher
dry-monads dry-monads
dry-types dry-types
ed25519
georuby georuby
gnuplot gnuplot
gpx gpx
@@ -508,6 +526,7 @@ DEPENDENCIES
hanami-view (= 2.1.0rc2) hanami-view (= 2.1.0rc2)
httparty httparty
image_processing (~> 1.0) image_processing (~> 1.0)
irb
jwt jwt
lastfm (~> 1.27) lastfm (~> 1.27)
mail mail