From 92c77411995891fd60f4c6793df797847ffd84ba Mon Sep 17 00:00:00 2001 From: Roman Samoilov <2270393+rsamoilov@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:51:48 +0100 Subject: [PATCH] Update Gemfile template --- lib/rage/templates/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rage/templates/Gemfile b/lib/rage/templates/Gemfile index ec54e390..f30c0d4c 100644 --- a/lib/rage/templates/Gemfile +++ b/lib/rage/templates/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "rage-rb", "<%= Rage::VERSION %>" +gem "rage-rb", "~> <%= Rage::VERSION[0..2] %>" # Build JSON APIs with ease # gem "alba"