Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11f4dbfc5f | ||
|
|
15e879e83c | ||
|
|
96180f9bd0 |
@@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
mrsk (0.9.0)
|
mrsk (0.9.1)
|
||||||
activesupport (>= 7.0)
|
activesupport (>= 7.0)
|
||||||
bcrypt_pbkdf (~> 1.0)
|
bcrypt_pbkdf (~> 1.0)
|
||||||
dotenv (~> 2.8)
|
dotenv (~> 2.8)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ class Mrsk::Cli::Server < Mrsk::Cli::Base
|
|||||||
end
|
end
|
||||||
|
|
||||||
if dependencies_to_install.any?
|
if dependencies_to_install.any?
|
||||||
execute "apt-get update -y && apt-get install #{dependencies_to_install.join(" ")} -y)"
|
execute "apt-get update -y && apt-get install #{dependencies_to_install.join(" ")} -y"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module Mrsk
|
module Mrsk
|
||||||
VERSION = "0.9.0"
|
VERSION = "0.9.1"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user