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
17 changes: 15 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,18 @@ GEM
rest-client
simplecov (>= 0.7)
thor
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (0.9.0)
dotenv-rails (0.9.0)
dotenv (= 0.9.0)
erubis (2.7.0)
execjs (2.0.1)
ffi2-generators (0.1.1)
hike (1.2.3)
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
i18n (0.6.9)
jdbc-sqlite3 (3.7.2.1)
jquery-rails (3.1.1)
Expand All @@ -97,6 +102,7 @@ GEM
metaclass (~> 0.0.1)
mono_logger (1.1.0)
multi_json (1.8.4)
netrc (0.11.0)
polyglot (0.3.4)
racc (1.4.10)
rack (1.5.2)
Expand Down Expand Up @@ -125,8 +131,11 @@ GEM
redis-namespace (1.4.1)
redis (~> 3.0.4)
ref (1.0.5)
rest-client (1.6.7)
mime-types (>= 1.16)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rubinius-coverage (2.0.3)
rubinius-profiler (2.0.0)
rubysl (2.0.15)
Expand Down Expand Up @@ -379,6 +388,10 @@ GEM
uglifier (2.2.0)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
unf (0.1.4)
unf_ext
unf (0.1.4-java)
unf_ext (0.0.8.2)
vegas (0.1.11)
rack (>= 1.0.0)

Expand Down