Gemfile.lock in static_collection-0.4.0 vs Gemfile.lock in static_collection-0.4.1
- old
+ new
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
- static_collection (0.4.0)
+ static_collection (0.4.1)
activesupport (>= 4)
GEM
remote: https://rubygems.org/
specs:
@@ -15,34 +15,48 @@
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
+ addressable (2.8.6)
+ public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.6)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
diff-lcs (1.5.0)
drb (2.2.0)
ruby2_keywords
+ git (2.1.1)
+ activesupport (>= 5.0)
+ addressable (~> 2.8)
+ process_executer (~> 1.1)
+ rchardet (~> 1.8)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.7.1)
language_server-protocol (3.17.0.3)
minitest (5.21.2)
mutex_m (0.2.0)
parallel (1.24.0)
+ parse_a_changelog (1.3.0)
+ treetop (~> 1.6)
parser (3.3.0.4)
ast (~> 2.4.1)
racc
+ polyglot (0.3.5)
+ process_executer (1.1.0)
+ public_suffix (5.1.1)
racc (1.7.3)
- rack (3.0.8)
+ rack (3.0.9.1)
rainbow (3.1.1)
rake (13.1.0)
+ rchardet (1.8.0)
regexp_parser (2.9.0)
- rexml (3.2.6)
+ rexml (3.2.8)
+ strscan (>= 3.0.9)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
@@ -88,10 +102,13 @@
rubocop-factory_bot (~> 2.22)
rubocop-vendor (0.13.0)
rubocop
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
+ strscan (3.1.0)
+ treetop (1.6.12)
+ polyglot (~> 0.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
ws-style (6.14.7)
rubocop (>= 1.36)
@@ -103,9 +120,11 @@
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 2.0)
+ git
+ parse_a_changelog
rake (~> 13.0)
rspec (~> 3.0)
rspec-its (~> 1.2)
rubocop (~> 1.2)
static_collection!