From 95fccdb13df8c5f0e3f20e672f10b221a93a514a Mon Sep 17 00:00:00 2001 From: "Marcos G. Zimmermann" Date: Tue, 11 Feb 2025 09:43:08 -0300 Subject: [PATCH] feat: update version to beta2 --- Gemfile.lock | 4 ++-- gemfiles/rails52.gemfile.lock | 2 +- gemfiles/rails61.gemfile.lock | 2 +- lib/lepus/version.rb | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9695737..5797c72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - lepus (0.0.1.beta1) + lepus (0.0.1.beta2) bunny concurrent-ruby multi_json @@ -20,7 +20,7 @@ GEM amq-protocol (~> 2.3, >= 2.3.1) sorted_set (~> 1, >= 1.0.2) coderay (1.1.3) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.5) crack (1.0.0) bigdecimal rexml diff --git a/gemfiles/rails52.gemfile.lock b/gemfiles/rails52.gemfile.lock index f0e942f..35445e0 100644 --- a/gemfiles/rails52.gemfile.lock +++ b/gemfiles/rails52.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - lepus (0.0.1.beta1) + lepus (0.0.1.beta2) bunny concurrent-ruby multi_json diff --git a/gemfiles/rails61.gemfile.lock b/gemfiles/rails61.gemfile.lock index 98f9a34..85828f8 100644 --- a/gemfiles/rails61.gemfile.lock +++ b/gemfiles/rails61.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - lepus (0.0.1.beta1) + lepus (0.0.1.beta2) bunny concurrent-ruby multi_json diff --git a/lib/lepus/version.rb b/lib/lepus/version.rb index 787f1ab..c87b98d 100644 --- a/lib/lepus/version.rb +++ b/lib/lepus/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Lepus - VERSION = "0.0.1.beta1" + VERSION = "0.0.1.beta2" end