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
66 changes: 49 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ GEM
activesupport (3.2.2)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.2.7)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
arel (3.0.2)
autotest (4.4.6)
ZenTest (>= 4.4.1)
autotest-rails (4.1.2)
ZenTest (~> 4.5)
buftok (0.2.0)
builder (3.0.0)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
Expand All @@ -60,8 +62,12 @@ GEM
execjs
coffee-script-source (1.2.0)
commonjs (0.2.5)
concurrent-ruby (1.1.9)
database_cleaner (0.7.2)
diff-lcs (1.1.3)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
equalizer (0.0.11)
erubis (2.7.0)
execjs (1.3.0)
multi_json (~> 1.0)
Expand All @@ -70,17 +76,29 @@ GEM
factory_girl_rails (2.0.0)
factory_girl (~> 3.0.0)
railties (>= 3.0.0)
faraday (0.7.6)
addressable (~> 2.2)
multipart-post (~> 1.1)
rack (~> 1.1)
ffi (1.15.4)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
hike (1.2.1)
i18n (0.6.0)
http (4.4.1)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
http-parser (~> 1.2.0)
http-cookie (1.0.4)
domain_name (~> 0.5)
http-form_data (2.3.0)
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
journey (1.0.3)
jquery-rails (2.0.1)
railties (>= 3.2.0, < 5.0)
thor (~> 0.14)
json (1.6.5)
json (1.8.6)
less (2.0.11)
commonjs (~> 0.2.0)
therubyracer (~> 0.9.9)
Expand All @@ -92,12 +110,16 @@ GEM
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
mime-types (1.18)
multi_json (1.1.0)
multipart-post (1.1.5)
multi_json (1.15.0)
multipart-post (2.1.1)
naught (1.1.0)
pg (0.13.2)
polyglot (0.3.3)
rack (1.4.1)
public_suffix (4.0.6)
rack (1.4.7)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.2)
Expand All @@ -120,7 +142,7 @@ GEM
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (0.9.2.2)
rdoc (3.12)
rdoc (3.12.2)
json (~> 1.4)
rspec (2.8.0)
rspec-core (~> 2.8.0)
Expand Down Expand Up @@ -148,7 +170,7 @@ GEM
simple_form (2.0.1)
actionpack (~> 3.0)
activemodel (~> 3.0)
simple_oauth (0.1.5)
simple_oauth (0.3.1)
sprockets (2.1.2)
hike (~> 1.2)
rack (~> 1.0)
Expand All @@ -157,19 +179,29 @@ GEM
therubyracer (0.9.10)
libv8 (~> 3.3.10)
thor (0.14.6)
thread_safe (0.3.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
twitter (2.1.1)
activesupport (>= 2.3.9, < 4)
faraday (~> 0.7)
multi_json (~> 1.0)
simple_oauth (~> 0.1)
twitter (7.0.0)
addressable (~> 2.3)
buftok (~> 0.2.0)
equalizer (~> 0.0.11)
http (~> 4.0)
http-form_data (~> 2.0)
http_parser.rb (~> 0.6.0)
memoizable (~> 0.4.0)
multipart-post (~> 2.0)
naught (~> 1.0)
simple_oauth (~> 0.3.0)
tzinfo (0.3.32)
uglifier (1.2.3)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)

PLATFORMS
ruby
Expand Down