Skip to content
Closed
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
28 changes: 22 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ GEM
json (= 1.2.4)
mime-types (>= 1.15)
rest-client (>= 0.5)
crack (0.1.8)
crack (0.4.3)
safe_yaml (~> 1.0.0)
daemon_controller (0.2.6)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
erubis (2.6.6)
abstract (>= 1.0.0)
faker (0.3.1)
Expand All @@ -43,8 +46,11 @@ GEM
hoptoad_notifier (2.4.9)
activesupport
builder
httparty (0.6.1)
crack (= 0.1.8)
http-cookie (1.0.3)
domain_name (~> 0.5)
httparty (0.17.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
json (1.2.4)
json_pure (1.5.1)
linecache (0.43)
Expand All @@ -54,9 +60,13 @@ GEM
maruku (0.6.0)
syntax (>= 1.0.0)
method_source (0.8.2)
mime-types (1.16)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
minitest (1.7.2)
multi_xml (0.6.0)
mysql (2.8.1)
netrc (0.11.0)
nokogiri (1.4.4)
oauth (0.4.4)
passenger (3.0.5)
Expand Down Expand Up @@ -99,8 +109,10 @@ GEM
remarkable_activerecord (~> 3.1.13)
rspec (>= 1.2.0)
rspec-rails (>= 1.2.0)
rest-client (1.6.1)
mime-types (>= 1.16)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rpx_now (0.6.24)
json_pure
rspec (1.3.2)
Expand All @@ -112,6 +124,7 @@ GEM
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
safe_yaml (1.0.5)
slop (3.5.0)
spruz (0.2.6)
syntax (1.0.0)
Expand All @@ -120,6 +133,9 @@ GEM
polyglot (>= 0.3.1)
treetop-dcf (0.2.1)
treetop (>= 1.2.5)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
webrat (0.7.3)
nokogiri (>= 1.2.0)
rack (>= 1.0)
Expand Down