Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem 'uglifier', '>= 1.3.0'
group :development do
gem 'capistrano', '~> 3.11.0'
gem 'capistrano-bundler', '~> 1.1.2'
gem 'capistrano-rails', '~> 1.1.1'
gem 'capistrano-rails', '~> 1.6.1'
gem 'sqlite3'
# Add this if you're using rvm
gem 'better_errors'
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
airbrussh (1.3.1)
airbrussh (1.4.0)
sshkit (>= 1.6.1, != 1.7.0)
arel (9.0.0)
autoprefixer-rails (9.3.1)
Expand Down Expand Up @@ -104,9 +104,9 @@ GEM
capistrano-bundler (1.1.4)
capistrano (~> 3.1)
sshkit (~> 1.2)
capistrano-rails (1.1.8)
capistrano-rails (1.6.1)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
capistrano-bundler (>= 1.1, < 3)
carrierwave (1.2.3)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
Expand All @@ -119,7 +119,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.3)
concurrent-ruby (1.1.6)
crass (1.0.4)
debug_inspector (0.0.3)
devise (4.5.0)
Expand Down Expand Up @@ -309,7 +309,7 @@ GEM
railties (>= 4.0.1)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.1.1)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
inflecto (0.0.2)
ipaddress (0.8.3)
Expand Down Expand Up @@ -349,9 +349,9 @@ GEM
minitest (5.11.3)
multi_json (1.13.1)
mysql2 (0.4.10)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (5.0.2)
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
net-ssh (6.1.0)
netrc (0.11.0)
nifty-dialog (1.1.1)
nifty-key-value-store (1.0.2)
Expand Down Expand Up @@ -405,7 +405,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
raindrops (0.19.0)
rake (12.3.1)
rake (13.0.1)
ransack (2.0.1)
actionpack (>= 5.0)
activerecord (>= 5.0)
Expand Down Expand Up @@ -456,7 +456,7 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
sshkit (1.18.0)
sshkit (1.21.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
temple (0.8.0)
Expand Down Expand Up @@ -491,7 +491,7 @@ DEPENDENCIES
bootstrap (~> 4.1.3)
capistrano (~> 3.11.0)
capistrano-bundler (~> 1.1.2)
capistrano-rails (~> 1.1.1)
capistrano-rails (~> 1.6.1)
capistrano-rvm!
coffee-rails (>= 4.0.0)
faker
Expand Down