diff --git a/Gemfile.lock b/Gemfile.lock index 8ff8ba1..9a6c97b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,72 +1,120 @@ PATH remote: . specs: - activeadmin_json_editor (0.0.9) + activeadmin_json_editor (0.0.12) ace-rails-ap - railties (>= 3.0) + railties (~> 7.2.0) GEM remote: https://rubygems.org/ specs: - ace-rails-ap (4.1.4) - actionpack (5.2.0) - actionview (= 5.2.0) - activesupport (= 5.2.0) - rack (~> 2.0) + ace-rails-ap (4.5) + actionpack (7.2.2.2) + actionview (= 7.2.2.2) + activesupport (= 7.2.2.2) + nokogiri (>= 1.8.5) + racc + rack (>= 2.2.4, < 3.2) + rack-session (>= 1.0.1) rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.0) - activesupport (= 5.2.0) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + useragent (~> 0.16) + actionview (7.2.2.2) + activesupport (= 7.2.2.2) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.3) - activesupport (5.2.0) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - builder (3.2.3) - concurrent-ruby (1.0.5) - crass (1.0.4) - erubi (1.7.1) - i18n (1.0.1) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activesupport (7.2.2.2) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + logger (>= 1.4.2) + minitest (>= 5.1) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + base64 (0.3.0) + benchmark (0.4.1) + bigdecimal (3.2.3) + builder (3.3.0) + concurrent-ruby (1.3.5) + connection_pool (2.5.4) + crass (1.0.6) + date (3.4.1) + drb (2.2.3) + erb (5.0.2) + erubi (1.13.1) + i18n (1.14.7) concurrent-ruby (~> 1.0) - loofah (2.2.2) + io-console (0.8.1) + irb (1.15.2) + pp (>= 0.6.0) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + logger (1.7.0) + loofah (2.24.1) crass (~> 1.0.2) - nokogiri (>= 1.5.9) - method_source (0.9.0) - mini_portile2 (2.3.0) - minitest (5.11.3) - nokogiri (1.8.2) - mini_portile2 (~> 2.3.0) - rack (2.0.5) - rack-test (1.0.0) - rack (>= 1.0, < 3) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + nokogiri (>= 1.12.0) + mini_portile2 (2.8.9) + minitest (5.25.5) + nokogiri (1.18.9) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) + pp (0.6.2) + prettyprint + prettyprint (0.2.0) + psych (5.2.6) + date + stringio + racc (1.8.1) + rack (3.1.16) + rack-session (2.1.1) + base64 (>= 0.1.0) + rack (>= 3.0.0) + rack-test (2.2.0) + rack (>= 1.3) + rackup (2.2.1) + rack (>= 3) + rails-dom-testing (2.3.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) - railties (5.2.0) - actionpack (= 5.2.0) - activesupport (= 5.2.0) - method_source - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.1) - thor (0.20.0) - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) + rails-html-sanitizer (1.6.2) + loofah (~> 2.21) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) + railties (7.2.2.2) + actionpack (= 7.2.2.2) + activesupport (= 7.2.2.2) + irb (~> 1.13) + rackup (>= 1.0.0) + rake (>= 12.2) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) + rake (13.3.0) + rdoc (6.14.2) + erb + psych (>= 4.0.0) + reline (0.6.2) + io-console (~> 0.5) + securerandom (0.4.1) + stringio (3.1.7) + thor (1.4.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + useragent (0.16.11) + zeitwerk (2.7.3) PLATFORMS ruby DEPENDENCIES activeadmin_json_editor! - bundler (~> 1.5) + bundler (~> 2.0) BUNDLED WITH - 1.16.1 + 2.5.22 diff --git a/activeadmin_json_editor.gemspec b/activeadmin_json_editor.gemspec index 61917e9..f43b2e0 100644 --- a/activeadmin_json_editor.gemspec +++ b/activeadmin_json_editor.gemspec @@ -17,8 +17,9 @@ Gem::Specification.new do |spec| spec.require_paths = ['lib'] spec.required_rubygems_version = '>= 1.3.6' - spec.add_development_dependency 'bundler', '~> 1.5' - spec.add_dependency 'railties', '>= 7.0' + spec.required_ruby_version = '>= 3.3.0' + spec.add_development_dependency 'bundler', '~> 2.0' + spec.add_dependency 'railties', '~> 7.2.0' # spec.add_development_dependency "rake", "~> 0" # spec.add_dependency "active_admin", "~> 1.0.0" spec.add_dependency 'ace-rails-ap' diff --git a/lib/activeadmin/json_editor/version.rb b/lib/activeadmin/json_editor/version.rb index e6a7199..ae2b5b2 100644 --- a/lib/activeadmin/json_editor/version.rb +++ b/lib/activeadmin/json_editor/version.rb @@ -1,5 +1,5 @@ module ActiveAdmin module JsonEditor - VERSION = '0.0.11'.freeze + VERSION = '0.0.12'.freeze end end