Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ group :development do
gem 'listen', '~> 3.3'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring', '~> 4.0.0'
gem 'rails-erd', '~> 1.6.1'
gem 'rails-erd', '~> 1.7.0'
end

group :test do
Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
cloudinary (1.25.0)
aws_cf_signer
rest-client (>= 2.0.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.4)
crass (1.0.6)
date (3.3.3)
docile (1.4.0)
Expand All @@ -101,7 +101,7 @@ GEM
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jwt (2.6.0)
listen (3.8.0)
Expand All @@ -121,7 +121,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
minitest (5.18.1)
minitest (5.24.1)
msgpack (1.6.0)
multi_xml (0.6.0)
net-imap (0.3.6)
Expand Down Expand Up @@ -163,7 +163,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-erd (1.6.1)
rails-erd (1.7.2)
activerecord (>= 4.2)
activesupport (>= 4.2)
choice (~> 0.2.0)
Expand All @@ -187,7 +187,8 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.5)
rexml (3.3.4)
strscan
rmagick (4.2.6)
ruby-graphviz (1.2.5)
rexml
Expand All @@ -205,6 +206,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
strscan (3.1.0)
thor (1.2.2)
timeout (0.4.0)
tzinfo (2.0.6)
Expand Down Expand Up @@ -235,7 +237,7 @@ DEPENDENCIES
puma (~> 5.6, >= 5.6.4)
rack-cors (~> 1.1.1)
rails (~> 7.0.5, >= 7.0.5.1)
rails-erd (~> 1.6.1)
rails-erd (~> 1.7.0)
rmagick (~> 4.2.4)
simplecov (~> 0.21.2)
simplecov_json_formatter (~> 0.1.2)
Expand Down