Gemfile.lock in totoro-1.0.3 vs Gemfile.lock in totoro-1.0.4
- old
+ new
@@ -1,18 +1,44 @@
PATH
remote: .
specs:
- totoro (0.4.1)
+ totoro (1.0.4)
bunny (~> 2.10)
+ delayed_job_active_record (~> 4.1.3)
+ delayed_job_recurring (~> 0.3.7)
GEM
remote: https://rubygems.org/
specs:
+ activemodel (5.2.2)
+ activesupport (= 5.2.2)
+ activerecord (5.2.2)
+ activemodel (= 5.2.2)
+ activesupport (= 5.2.2)
+ arel (>= 9.0)
+ activesupport (5.2.2)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (>= 0.7, < 2)
+ minitest (~> 5.1)
+ tzinfo (~> 1.1)
amq-protocol (2.3.0)
- bunny (2.10.0)
- amq-protocol (~> 2.3.0)
+ arel (9.0.0)
+ bunny (2.13.0)
+ amq-protocol (~> 2.3, >= 2.3.0)
+ concurrent-ruby (1.1.4)
+ delayed_job (4.1.5)
+ activesupport (>= 3.0, < 5.3)
+ delayed_job_active_record (4.1.3)
+ activerecord (>= 3.0, < 5.3)
+ delayed_job (>= 3.0, < 5)
+ delayed_job_recurring (0.3.8)
+ delayed_job (>= 3.0)
+ delayed_job_active_record
diff-lcs (1.3)
+ i18n (1.5.3)
+ concurrent-ruby (~> 1.0)
+ minitest (5.11.3)
rake (10.5.0)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
@@ -23,9 +49,12 @@
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
+ thread_safe (0.3.6)
+ tzinfo (1.2.5)
+ thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES