Gemfile.lock in storyblok-3.0.1 vs Gemfile.lock in storyblok-3.1.0
- old
+ new
@@ -1,56 +1,128 @@
PATH
remote: .
specs:
- storyblok (2.0.8)
+ storyblok (3.0.1)
rest-client (>= 1.8.0, < 3)
storyblok-richtext-renderer (>= 0.0.4, < 1)
GEM
remote: https://rubygems.org/
specs:
- diff-lcs (1.3)
+ activesupport (6.0.4.7)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (>= 0.7, < 2)
+ minitest (~> 5.1)
+ tzinfo (~> 1.1)
+ zeitwerk (~> 2.2, >= 2.2.2)
+ addressable (2.8.0)
+ public_suffix (>= 2.0.2, < 5.0)
+ ast (2.4.1)
+ coderay (1.1.3)
+ concurrent-ruby (1.1.9)
+ crack (0.4.5)
+ rexml
+ diff-lcs (1.4.4)
+ docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
+ hashdiff (1.0.1)
http-accept (1.7.0)
- http-cookie (1.0.3)
+ http-cookie (1.0.4)
domain_name (~> 0.5)
- mime-types (3.3)
+ i18n (1.10.0)
+ concurrent-ruby (~> 1.0)
+ jaro_winkler (1.5.4)
+ json (2.6.1)
+ method_source (1.0.0)
+ mime-types (3.4.1)
mime-types-data (~> 3.2015)
- mime-types-data (3.2019.1009)
+ mime-types-data (3.2022.0105)
+ minitest (5.15.0)
netrc (0.11.0)
- redis (4.1.0)
+ parallel (1.19.2)
+ parser (2.7.1.4)
+ ast (~> 2.4.1)
+ pry (0.13.1)
+ coderay (~> 1.1)
+ method_source (~> 1.0)
+ public_suffix (4.0.6)
+ rack (2.2.3)
+ rainbow (3.0.0)
+ redis (4.5.1)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
- rspec (3.8.0)
- rspec-core (~> 3.8.0)
- rspec-expectations (~> 3.8.0)
- rspec-mocks (~> 3.8.0)
- rspec-core (3.8.0)
- rspec-support (~> 3.8.0)
- rspec-expectations (3.8.2)
+ rexml (3.2.5)
+ rspec (3.10.0)
+ rspec-core (~> 3.10.0)
+ rspec-expectations (~> 3.10.0)
+ rspec-mocks (~> 3.10.0)
+ rspec-core (3.10.1)
+ rspec-support (~> 3.10.0)
+ rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.8.0)
- rspec-mocks (3.8.0)
+ rspec-support (~> 3.10.0)
+ rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.8.0)
- rspec-support (3.8.0)
- storyblok-richtext-renderer (0.0.4)
+ rspec-support (~> 3.10.0)
+ rspec-support (3.10.3)
+ rubocop (0.81.0)
+ jaro_winkler (~> 1.5.1)
+ parallel (~> 1.10)
+ parser (>= 2.7.0.1)
+ rainbow (>= 2.2.2, < 4.0)
+ rexml
+ ruby-progressbar (~> 1.7)
+ unicode-display_width (>= 1.4.0, < 2.0)
+ rubocop-performance (1.5.2)
+ rubocop (>= 0.71.0)
+ rubocop-rails (2.5.2)
+ activesupport
+ rack (>= 1.1)
+ rubocop (>= 0.72.0)
+ rubocop-rspec (1.38.1)
+ rubocop (>= 0.68.1)
+ ruby-progressbar (1.10.1)
+ simplecov (0.17.1)
+ docile (~> 1.1)
+ json (>= 1.8, < 3)
+ simplecov-html (~> 0.10.0)
+ simplecov-html (0.10.2)
+ storyblok-richtext-renderer (0.0.6)
+ thread_safe (0.3.6)
+ tzinfo (1.2.9)
+ thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
- unf_ext (0.0.7.6)
+ unf_ext (0.0.8.1)
+ unicode-display_width (1.7.0)
+ vcr (6.0.0)
+ webmock (3.14.0)
+ addressable (>= 2.8.0)
+ crack (>= 0.3.2)
+ hashdiff (>= 0.4.0, < 2.0.0)
+ zeitwerk (2.5.4)
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.5)
+ hashdiff (~> 1.0.1)
+ pry
redis
rspec (~> 3)
+ rubocop
+ rubocop-performance
+ rubocop-rails
+ rubocop-rspec
+ simplecov (< 0.18.0)
storyblok!
storyblok-richtext-renderer
+ vcr (= 6.0.0)
+ webmock (= 3.14.0)
BUNDLED WITH
- 1.16.6
+ 1.17.3