Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 39 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,35 +1,44 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (4.0.2)
activesupport (= 4.0.2)
builder (~> 3.1.0)
activerecord (4.0.2)
activemodel (= 4.0.2)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.2)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.2)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
arel (4.0.1)
atomic (1.1.14)
builder (3.1.4)
activemodel (7.1.5.2)
activesupport (= 7.1.5.2)
activerecord (7.1.5.2)
activemodel (= 7.1.5.2)
activesupport (= 7.1.5.2)
timeout (>= 0.4.0)
activesupport (7.1.5.2)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.2)
coderay (1.0.9)
delayed_job (4.0.0)
activesupport (>= 3.0, < 4.1)
delayed_job_active_record (4.0.0)
activerecord (>= 3.0, < 4.1)
delayed_job (>= 3.0, < 4.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
delayed_job (4.1.13)
activesupport (>= 3.0, < 9.0)
delayed_job_active_record (4.1.11)
activerecord (>= 3.0, < 9.0)
delayed_job (>= 3.0, < 5)
drb (2.2.3)
hiredis (0.4.5)
i18n (0.6.9)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
logger (1.7.0)
method_source (0.8.1)
minitest (4.7.5)
multi_json (1.8.2)
minitest (5.25.5)
mutex_m (0.3.0)
pg (0.17.1)
pry (0.9.12.1)
coderay (~> 1.0.5)
Expand All @@ -39,10 +48,11 @@ GEM
queue_classic (3.0.0rc)
pg (~> 0.17.0)
redis (3.0.6)
securerandom (0.4.1)
slop (3.4.4)
thread_safe (0.1.3)
atomic
tzinfo (0.3.38)
timeout (0.4.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

PLATFORMS
ruby
Expand Down