Skip to content

Commit

Permalink
gem
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Mar 6, 2024
1 parent 77b3a58 commit daaa581
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ gem 'rails_design', github: 'work-design/rails_design'
gem 'amazing_print'
group :development, :test do
gem 'debug'
gem 'listen'
gem 'sdoc'
end
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ GEM
net-http
faraday-retry (2.2.0)
faraday (~> 2.0)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
http-2-next (1.0.3)
Expand All @@ -167,6 +168,9 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -248,6 +252,9 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.6.2)
psych (>= 4.0.0)
reline (0.4.3)
Expand Down Expand Up @@ -279,6 +286,7 @@ PLATFORMS
DEPENDENCIES
amazing_print
debug
listen
pg
puma
rails
Expand Down
2 changes: 1 addition & 1 deletion test/dummy
Submodule dummy updated 2 files
+23 −23 Gemfile.lock
+0 −1 config/application.rb

0 comments on commit daaa581

Please sign in to comment.