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
58 changes: 36 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ GEM
activemodel (= 5.0.7)
activesupport (= 5.0.7)
arel (~> 7.0)
activerecord-import (0.25.0)
activerecord (>= 3.2)
activerecord-import (1.4.1)
activerecord (>= 4.2)
activesupport (5.0.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
Expand All @@ -46,9 +46,9 @@ GEM
ast (2.3.0)
autoprefixer-rails (6.5.2)
execjs
better_errors (2.1.1)
better_errors (2.9.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
erubi (>= 1.0.0)
rack (>= 0.9.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
Expand Down Expand Up @@ -76,7 +76,7 @@ GEM
childprocess (0.5.9)
ffi (~> 1.0, >= 1.0.11)
cliver (0.3.2)
coderay (1.1.1)
coderay (1.1.3)
coffee-rails (4.2.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.2.x)
Expand All @@ -91,10 +91,11 @@ GEM
crass (1.0.3)
database_cleaner (1.5.3)
debug_inspector (0.0.2)
discourse_api (0.35.0)
discourse_api (0.40.0)
faraday (~> 0.9)
faraday_middleware (~> 0.10)
rack (>= 1.6)
erubi (1.11.0)
erubis (2.7.0)
execjs (2.7.0)
factory_girl (4.7.0)
Expand Down Expand Up @@ -142,7 +143,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
mini_portile2 (2.8.0)
minitest (5.11.3)
minitest-capybara (0.8.2)
capybara (~> 2.2)
Expand All @@ -164,16 +165,17 @@ GEM
msgpack (1.0.2)
multi_json (1.12.1)
multipart-post (2.0.0)
net-ssh (5.2.0)
net-ssh (7.0.1)
nio4r (2.3.0)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.11.2)
parser (2.4.0.0)
ast (~> 2.2)
pg (1.0.0)
pg (1.4.4)
poltergeist (1.11.0)
capybara (~> 2.1)
cliver (~> 0.3.1)
Expand All @@ -182,10 +184,11 @@ GEM
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-rails (0.3.6)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (2.0.4)
puma (3.11.4)
racc (1.6.0)
rack (2.0.4)
rack-mini-profiler (0.10.1)
rack (>= 1.2.0)
Expand Down Expand Up @@ -225,6 +228,9 @@ GEM
rake
raindrops (0.17.0)
rake (12.3.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (3.3.5)
redis-actionpack (5.0.2)
actionpack (>= 4.0, < 6)
Expand Down Expand Up @@ -255,21 +261,29 @@ GEM
ruby-progressbar (1.8.1)
rubyzip (1.2.1)
safe_yaml (1.0.4)
sass (3.4.22)
sass-rails (5.0.6)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
selenium-webdriver (2.53.4)
childprocess (~> 0.5)
rubyzip (~> 1.0)
websocket (~> 1.0)
sentry-raven (2.6.3)
sentry-raven (2.13.0)
faraday (>= 0.7.6, < 1.0)
sidekiq (5.0.4)
concurrent-ruby (~> 1.0)
Expand All @@ -293,10 +307,10 @@ GEM
turbolinks-source (5.0.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (3.0.3)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.2.1)
unicorn (5.2.0)
unicorn (6.1.0)
kgio (~> 2.6)
raindrops (~> 0.7)
uniform_notifier (1.10.0)
Expand Down