Gemfile.lock in ejson-rails-0.2.0 vs Gemfile.lock in ejson-rails-0.2.1
- old
+ new
@@ -1,76 +1,105 @@
PATH
remote: .
specs:
- ejson-rails (0.2.0)
+ ejson-rails (0.2.1)
ejson
railties (>= 5.2)
GEM
remote: https://rubygems.org/
specs:
- actionpack (7.0.6)
- actionview (= 7.0.6)
- activesupport (= 7.0.6)
- rack (~> 2.0, >= 2.2.4)
+ actionpack (7.1.2)
+ actionview (= 7.1.2)
+ activesupport (= 7.1.2)
+ nokogiri (>= 1.8.5)
+ racc
+ rack (>= 2.2.4)
+ rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
- rails-dom-testing (~> 2.0)
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
- actionview (7.0.6)
- activesupport (= 7.0.6)
+ rails-dom-testing (~> 2.2)
+ rails-html-sanitizer (~> 1.6)
+ actionview (7.1.2)
+ activesupport (= 7.1.2)
builder (~> 3.1)
- erubi (~> 1.4)
- rails-dom-testing (~> 2.0)
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
- activesupport (7.0.6)
+ erubi (~> 1.11)
+ rails-dom-testing (~> 2.2)
+ rails-html-sanitizer (~> 1.6)
+ activesupport (7.1.2)
+ base64
+ bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
+ connection_pool (>= 2.2.5)
+ drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
+ mutex_m
tzinfo (~> 2.0)
ast (2.4.2)
+ base64 (0.2.0)
+ bigdecimal (3.1.4)
builder (3.2.4)
concurrent-ruby (1.2.2)
+ connection_pool (2.4.1)
crass (1.0.6)
diff-lcs (1.4.4)
- ejson (1.3.1)
+ drb (2.2.0)
+ ruby2_keywords
+ ejson (1.4.1)
erubi (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
+ io-console (0.6.0)
+ irb (1.10.0)
+ rdoc
+ reline (>= 0.3.8)
json (2.6.3)
- loofah (2.21.3)
+ loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
- method_source (1.0.0)
- mini_portile2 (2.8.4)
- minitest (5.18.1)
- nokogiri (1.15.3)
+ mini_portile2 (2.8.5)
+ minitest (5.20.0)
+ mutex_m (0.2.0)
+ nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.22.1)
parser (3.2.0.0)
ast (~> 2.4.1)
- racc (1.7.1)
- rack (2.2.7)
+ psych (5.1.1.1)
+ stringio
+ racc (1.7.3)
+ rack (3.0.8)
+ rack-session (2.0.0)
+ rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
- rails-dom-testing (2.1.1)
+ rackup (2.1.0)
+ rack (>= 3)
+ webrick (~> 1.8)
+ rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
- railties (7.0.6)
- actionpack (= 7.0.6)
- activesupport (= 7.0.6)
- method_source
+ railties (7.1.2)
+ actionpack (= 7.1.2)
+ activesupport (= 7.1.2)
+ irb
+ rackup (>= 1.0.0)
rake (>= 12.2)
- thor (~> 1.0)
- zeitwerk (~> 2.5)
+ thor (~> 1.0, >= 1.2.2)
+ zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.0.6)
+ rdoc (6.6.0)
+ psych (>= 4.0.0)
regexp_parser (2.6.1)
+ reline (0.4.1)
+ io-console (~> 0.5)
rexml (3.2.5)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
@@ -96,14 +125,17 @@
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
rubocop-shopify (2.11.1)
rubocop (~> 1.42)
ruby-progressbar (1.11.0)
- thor (1.2.2)
+ ruby2_keywords (0.0.5)
+ stringio (3.1.0)
+ thor (1.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
- zeitwerk (2.6.8)
+ webrick (1.8.1)
+ zeitwerk (2.6.12)
PLATFORMS
ruby
DEPENDENCIES