diff --git a/Gemfile.lock b/Gemfile.lock index 662a186..e41d9ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,32 +3,31 @@ PATH specs: casteml (1.1.0) alchemist (~> 0.1.7) - medusa_rest_client (~> 0.2.0) + medusa_rest_client (>= 0.2.0) GEM remote: https://rubygems.org/ remote: http://dream.misasa.okayama-u.ac.jp/rubygems/ specs: - activemodel (6.0.3.4) - activesupport (= 6.0.3.4) + activemodel (7.0.3.1) + activesupport (= 7.0.3.1) activemodel-serializers-xml (1.0.2) activemodel (> 5.x) activesupport (> 5.x) builder (~> 3.1) - activeresource (5.1.1) - activemodel (>= 5.0, < 7) + activeresource (6.0.0) + activemodel (>= 6.0) activemodel-serializers-xml (~> 1.0) - activesupport (>= 5.0, < 7) - activesupport (6.0.3.4) + activesupport (>= 6.0) + activesupport (7.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) alchemist (0.1.8) builder (3.2.4) coderay (1.1.3) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.10) diff-lcs (1.4.4) faraday (1.1.0) multipart-post (>= 1.2, < 3) @@ -40,22 +39,22 @@ GEM nesty reentrant_flock sinatra (>= 1.2.7) - gli (2.19.2) + gli (2.21.0) httpclient (2.8.3) - i18n (1.8.5) + i18n (1.12.0) concurrent-ruby (~> 1.0) - medusa_rest_client (0.2.0) - activeresource (~> 5.1) + medusa_rest_client (1.5.2) + activeresource gli (~> 2.12) pry (~> 0.9) rails-observers method_source (1.0.0) - minitest (5.14.2) + minitest (5.16.2) multipart-post (2.1.1) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) nesty (1.0.2) - pry (0.13.1) + pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) rack (2.2.3) @@ -83,11 +82,9 @@ GEM rack (~> 2.2) rack-protection (= 2.1.0) tilt (~> 2.0) - thread_safe (0.3.6) tilt (2.0.10) - tzinfo (1.2.8) - thread_safe (~> 0.1) - zeitwerk (2.4.2) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) PLATFORMS ruby