This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
chexpire
mirror of
https://github.com/Evolix/chexpire.git
Watch
16
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Make Capistrano dependency a bit looser
pull/106/head
Jérémy Lecour
1 year ago
committed by
Jérémy Lecour
parent
2a5028557a
commit
a9f23bd3f5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config/deploy.rb
+ 1
- 1
config/deploy.rb
View File
@ -1,5 +1,5 @@
# config valid for current version and patch releases of Capistrano
lock
"
~> 3.10
.2
"
lock
"
~> 3.10
"
set
:application
,
"
chexpire
"
set
:repo_url
,
"
https://github.com/Evolix/chexpire.git
"
Write
Preview
Loading…
Cancel
Save