Add irb to Gemfile
This commit is contained in:
19
Gemfile.lock
19
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
|
||||
|
Reference in New Issue
Block a user