Skip to content
Closed
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 @@ -23,7 +23,7 @@ gem 'uglifier', '>= 1.3.0'

group :development do
gem 'capistrano', '~> 3.11.0'
gem 'capistrano-bundler', '~> 1.1.2'
gem 'capistrano-bundler', '~> 1.5.0'
gem 'capistrano-rails', '~> 1.1.1'
gem 'sqlite3'
# Add this if you're using rvm
Expand Down
13 changes: 6 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,8 @@ GEM
i18n
rake (>= 10.0.0)
sshkit (>= 1.9.0)
capistrano-bundler (1.1.4)
capistrano-bundler (1.5.0)
capistrano (~> 3.1)
sshkit (~> 1.2)
capistrano-rails (1.1.8)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
Expand All @@ -119,7 +118,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.3)
concurrent-ruby (1.1.4)
crass (1.0.4)
debug_inspector (0.0.3)
devise (4.5.0)
Expand Down Expand Up @@ -309,7 +308,7 @@ GEM
railties (>= 4.0.1)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.1.1)
i18n (1.3.0)
concurrent-ruby (~> 1.0)
inflecto (0.0.2)
ipaddress (0.8.3)
Expand Down Expand Up @@ -351,7 +350,7 @@ GEM
mysql2 (0.4.10)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (5.0.2)
net-ssh (5.1.0)
netrc (0.11.0)
nifty-dialog (1.1.1)
nifty-key-value-store (1.0.2)
Expand Down Expand Up @@ -405,7 +404,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
raindrops (0.19.0)
rake (12.3.1)
rake (12.3.2)
ransack (2.0.1)
actionpack (>= 5.0)
activerecord (>= 5.0)
Expand Down Expand Up @@ -490,7 +489,7 @@ DEPENDENCIES
binding_of_caller
bootstrap (~> 4.1.3)
capistrano (~> 3.11.0)
capistrano-bundler (~> 1.1.2)
capistrano-bundler (~> 1.5.0)
capistrano-rails (~> 1.1.1)
capistrano-rvm!
coffee-rails (>= 4.0.0)
Expand Down