aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-05-11 20:07:21 +0200
committerHarald Eilertsen <haraldei@anduin.net>2019-05-11 20:07:21 +0200
commit9c63899a81a251d60e510512b8168d528f8d5b9d (patch)
treeadf46e0001e838f0d451c1f68eeac706ff46b246 /config/deploy.rb
parent7a2e389e6dc214d159b4777f05c56a3ac444aa09 (diff)
downloadhmnoweb-9c63899a81a251d60e510512b8168d528f8d5b9d.tar.gz
hmnoweb-9c63899a81a251d60e510512b8168d528f8d5b9d.tar.bz2
hmnoweb-9c63899a81a251d60e510512b8168d528f8d5b9d.zip
Upgrade/replace bcrypt-ruby with bcrypt gem, be less anal about capistrano version.
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index f4b1fd9..524405f 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
-lock '3.10.1'
+lock '~> 3.10.0'
set :application, 'hmno'
set :repo_url, 'http://code.volse.no/hmnoweb.git'