Gemfile.lock in buddy_translatable-0.2.0 vs Gemfile.lock in buddy_translatable-1.0
- old
+ new
@@ -1,35 +1,41 @@
PATH
remote: .
specs:
buddy_translatable (0.2.0)
- activerecord (>= 5.0)
- activesupport (>= 5.0)
+ activerecord
+ activesupport
i18n
- pg
GEM
remote: https://rubygems.org/
specs:
- activemodel (6.0.3.2)
- activesupport (= 6.0.3.2)
- activerecord (6.0.3.2)
- activemodel (= 6.0.3.2)
- activesupport (= 6.0.3.2)
- activesupport (6.0.3.2)
+ activemodel (6.1.3.2)
+ activesupport (= 6.1.3.2)
+ activerecord (6.1.3.2)
+ activemodel (= 6.1.3.2)
+ activesupport (= 6.1.3.2)
+ activesupport (6.1.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)
- concurrent-ruby (1.1.7)
+ i18n (>= 1.6, < 2)
+ minitest (>= 5.1)
+ tzinfo (~> 2.0)
+ zeitwerk (~> 2.3)
+ ast (2.4.2)
+ concurrent-ruby (1.1.9)
diff-lcs (1.3)
- i18n (1.8.5)
+ i18n (1.8.10)
concurrent-ruby (~> 1.0)
- minitest (5.14.1)
+ minitest (5.14.4)
+ parallel (1.20.1)
+ parser (3.0.1.1)
+ ast (~> 2.4.1)
pg (1.2.3)
+ rainbow (3.0.0)
rake (10.5.0)
+ regexp_parser (2.1.1)
+ rexml (3.2.5)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.2)
@@ -39,21 +45,35 @@
rspec-support (~> 3.8.0)
rspec-mocks (3.8.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
- thread_safe (0.3.6)
- tzinfo (1.2.7)
- thread_safe (~> 0.1)
- zeitwerk (2.4.0)
+ rubocop (1.17.0)
+ parallel (~> 1.10)
+ parser (>= 3.0.0.0)
+ rainbow (>= 2.2.2, < 4.0)
+ regexp_parser (>= 1.8, < 3.0)
+ rexml
+ rubocop-ast (>= 1.7.0, < 2.0)
+ ruby-progressbar (~> 1.7)
+ unicode-display_width (>= 1.4.0, < 3.0)
+ rubocop-ast (1.7.0)
+ parser (>= 3.0.1.1)
+ ruby-progressbar (1.11.0)
+ tzinfo (2.0.4)
+ concurrent-ruby (~> 1.0)
+ unicode-display_width (2.0.0)
+ zeitwerk (2.4.2)
PLATFORMS
ruby
DEPENDENCIES
buddy_translatable!
bundler
- rake (~> 10.0)
- rspec (~> 3.0)
+ pg
+ rake
+ rspec
+ rubocop
BUNDLED WITH
1.17.3