Gemfile.lock in redash_exporter-0.2.0 vs Gemfile.lock in redash_exporter-0.3.0
- old
+ new
@@ -1,26 +1,41 @@
PATH
remote: .
specs:
- redash_exporter (0.2.0)
- activesupport
- zaru
+ redash_exporter (0.3.0)
+ activesupport (~> 5.2.3)
+ zaru (~> 0.1.0)
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
+ ast (2.4.0)
byebug (11.0.1)
concurrent-ruby (1.1.5)
+ coveralls (0.8.22)
+ json (>= 1.8, < 3)
+ simplecov (~> 0.16.1)
+ term-ansicolor (~> 1.3)
+ thor (~> 0.19.4)
+ tins (~> 1.6)
diff-lcs (1.3)
+ docile (1.3.1)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
+ jaro_winkler (1.5.2)
+ json (2.2.0)
minitest (5.11.3)
+ parallel (1.17.0)
+ parser (2.6.2.1)
+ ast (~> 2.4.0)
+ psych (3.1.0)
+ rainbow (3.0.0)
rake (10.5.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
@@ -31,22 +46,43 @@
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.67.2)
+ jaro_winkler (~> 1.5.1)
+ parallel (~> 1.10)
+ parser (>= 2.5, != 2.5.1.1)
+ psych (>= 3.1.0)
+ rainbow (>= 2.2.2, < 4.0)
+ ruby-progressbar (~> 1.7)
+ unicode-display_width (>= 1.4.0, < 1.6)
+ ruby-progressbar (1.10.0)
+ simplecov (0.16.1)
+ docile (~> 1.1)
+ json (>= 1.8, < 3)
+ simplecov-html (~> 0.10.0)
+ simplecov-html (0.10.2)
+ term-ansicolor (1.7.1)
+ tins (~> 1.0)
+ thor (0.19.4)
thread_safe (0.3.6)
+ tins (1.20.2)
tzinfo (1.2.5)
thread_safe (~> 0.1)
- zaru (0.3.0)
+ unicode-display_width (1.5.0)
+ zaru (0.1.0)
PLATFORMS
ruby
DEPENDENCIES
- bundler (~> 2.0)
- byebug
+ bundler
+ byebug (~> 11.0.1)
+ coveralls
rake (~> 10.0)
redash_exporter!
rspec (~> 3.0)
+ rubocop (~> 0.67.2)
BUNDLED WITH
- 2.0.0
+ 1.17.2