lib/ductr/cli/templates/project/gemfile.rb in ductr-0.1.0 vs lib/ductr/cli/templates/project/gemfile.rb in ductr-0.1.1
- old
+ new
@@ -1,6 +1,6 @@
# frozen_string_literal: true
source "https://rubygems.org"
-gem "annotable", git: "git@gitlab.com:la-manufacture/rocket/annotable.git", branch: "master"
-gem "ductr", git: "git@gitlab.com:la-manufacture/rocket/ductr.git", branch: "main"
+gem "annotable", "~> 0.1"
+gem "ductr", "~> 0.1"