Gemfile.lock in coda_docs-0.2.0.pre.beta vs Gemfile.lock in coda_docs-1.0.0
- old
+ new
@@ -1,43 +1,57 @@
PATH
remote: .
specs:
- coda_docs (0.2.0.pre.beta)
+ coda_docs (1.0.0)
activesupport
httparty
GEM
remote: https://rubygems.org/
specs:
- activesupport (5.2.4)
+ activesupport (6.0.3.2)
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.7.0)
+ public_suffix (>= 2.0.2, < 5.0)
+ ast (2.4.1)
byebug (10.0.2)
coderay (1.1.2)
- concurrent-ruby (1.1.5)
+ concurrent-ruby (1.1.7)
+ crack (0.4.3)
+ safe_yaml (~> 1.0.0)
diff-lcs (1.3)
dotenv (2.5.0)
- httparty (0.17.1)
+ hashdiff (1.0.0)
+ httparty (0.18.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
- i18n (1.7.0)
+ i18n (1.8.5)
concurrent-ruby (~> 1.0)
method_source (0.9.2)
- mime-types (3.3)
+ mime-types (3.3.1)
mime-types-data (~> 3.2015)
- mime-types-data (3.2019.1009)
- minitest (5.13.0)
+ mime-types-data (3.2020.0512)
+ minitest (5.14.1)
multi_xml (0.6.0)
+ parallel (1.19.1)
+ parser (2.7.1.4)
+ ast (~> 2.4.1)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.6.0)
byebug (~> 10.0)
pry (~> 0.10)
- rake (10.5.0)
+ public_suffix (4.0.2)
+ rainbow (3.0.0)
+ rake (13.0.1)
+ regexp_parser (1.7.1)
+ rexml (3.2.4)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
@@ -47,23 +61,46 @@
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
+ rubocop (0.89.1)
+ parallel (~> 1.10)
+ parser (>= 2.7.1.1)
+ rainbow (>= 2.2.2, < 4.0)
+ regexp_parser (>= 1.7)
+ rexml
+ rubocop-ast (>= 0.3.0, < 1.0)
+ ruby-progressbar (~> 1.7)
+ unicode-display_width (>= 1.4.0, < 2.0)
+ rubocop-ast (0.3.0)
+ parser (>= 2.7.1.4)
+ ruby-progressbar (1.10.1)
+ safe_yaml (1.0.5)
thread_safe (0.3.6)
- tzinfo (1.2.5)
+ tzinfo (1.2.7)
thread_safe (~> 0.1)
+ unicode-display_width (1.7.0)
+ vcr (5.0.0)
+ webmock (3.7.6)
+ addressable (>= 2.3.6)
+ crack (>= 0.3.2)
+ hashdiff (>= 0.4.0, < 2.0.0)
+ zeitwerk (2.4.0)
PLATFORMS
ruby
DEPENDENCIES
bundler
coda_docs!
dotenv (~> 2.5)
pry
pry-byebug
- rake (~> 10.0)
+ rake (~> 13.0)
rspec
+ rubocop
+ vcr
+ webmock
BUNDLED WITH
- 2.0.2
+ 2.1.4