diff --git a/Gemfile b/Gemfile index 87600f8..89ac51e 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index a46a303..53b9252 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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.3) crass (1.0.6) date (3.3.3) docile (1.4.0) @@ -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) @@ -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) @@ -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) @@ -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 @@ -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) @@ -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)