Skip to content

Commit

Permalink
[yufushiro] debug gem を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
yufushiro committed Sep 24, 2024
1 parent 7096f73 commit 6cf9d5e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN apt-get update && \
libgdbm-dev \
libgmp-dev \
libssl-dev \
libyaml-dev \
libyaml-0-2 \
ca-certificates \
libreadline8 \
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,5 @@ gem 'connection_pool', require: false
gem 'xorcist', '~> 1.1'
gem 'cocoon', '~> 1.2'
gem 'mail', '~> 2.8'

gem 'debug', '~> 1.9'
15 changes: 15 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ GEM
css_parser (1.12.0)
addressable
date (3.3.4)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
debug_inspector (1.0.0)
devise (4.8.1)
bcrypt (~> 3.0)
Expand Down Expand Up @@ -327,7 +330,11 @@ GEM
rainbow (>= 2.2.2, < 4.0)
terminal-table (>= 1.5.1)
idn-ruby (0.1.5)
io-console (0.7.2)
ipaddress (0.8.3)
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jmespath (1.6.2)
json (2.6.3)
json-canonicalization (0.3.0)
Expand Down Expand Up @@ -491,6 +498,8 @@ GEM
pry (>= 0.13, < 0.15)
pry-rails (0.3.9)
pry (>= 0.10.4)
psych (5.1.2)
stringio
public_suffix (5.0.1)
puma (5.6.8)
nio4r (~> 2.0)
Expand Down Expand Up @@ -554,13 +563,17 @@ GEM
link_header (~> 0.0, >= 0.0.8)
rdf-normalize (0.5.1)
rdf (~> 3.2)
rdoc (6.7.0)
psych (>= 4.0.0)
redcarpet (3.6.0)
redis (4.5.1)
redis-namespace (1.10.0)
redis (>= 4)
redlock (1.3.2)
redis (>= 3.0.0, < 6.0)
regexp_parser (2.6.2)
reline (0.5.10)
io-console (~> 0.5)
request_store (1.5.1)
rack (>= 1.4)
responders (3.0.1)
Expand Down Expand Up @@ -680,6 +693,7 @@ GEM
statsd-ruby (1.5.0)
stoplight (3.0.1)
redlock (~> 1.0)
stringio (3.1.1)
strong_migrations (0.7.9)
activerecord (>= 5)
strscan (3.1.0)
Expand Down Expand Up @@ -788,6 +802,7 @@ DEPENDENCIES
color_diff (~> 0.1)
concurrent-ruby
connection_pool
debug (~> 1.9)
devise (~> 4.8)
devise-two-factor (~> 4.0)
devise_pam_authenticatable2 (~> 9.2)
Expand Down

0 comments on commit 6cf9d5e

Please sign in to comment.