From 20e299bce0307d79895b05b13530f3c74a0ca0e0 Mon Sep 17 00:00:00 2001 From: Leonardo Tegon Date: Mon, 11 Feb 2019 11:38:35 -0200 Subject: [PATCH] Prepare for `4.6.1` release --- Gemfile.lock | 4 ++-- gemfiles/Gemfile.rails-4.1-stable.lock | 4 ++-- gemfiles/Gemfile.rails-4.2-stable.lock | 4 ++-- gemfiles/Gemfile.rails-5.0-stable.lock | 4 ++-- gemfiles/Gemfile.rails-5.2-stable.lock | 4 ++-- gemfiles/Gemfile.rails-6.0-beta.lock | 4 ++-- lib/devise/version.rb | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8e72438eb1..ba3eb67aa3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: . specs: - devise (4.6.0) + devise (4.6.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0, < 6.0) @@ -196,7 +196,7 @@ DEPENDENCIES rails-controller-testing rdoc responders (~> 2.4) - sqlite3 + sqlite3 (~> 1.3.6) timecop webrat (= 0.7.3) diff --git a/gemfiles/Gemfile.rails-4.1-stable.lock b/gemfiles/Gemfile.rails-4.1-stable.lock index 9008888f16..45c62fdfc2 100644 --- a/gemfiles/Gemfile.rails-4.1-stable.lock +++ b/gemfiles/Gemfile.rails-4.1-stable.lock @@ -21,7 +21,7 @@ GIT PATH remote: .. specs: - devise (4.6.0) + devise (4.6.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0, < 6.0) @@ -164,7 +164,7 @@ DEPENDENCIES omniauth-openid rails! rdoc (~> 5.1) - sqlite3 + sqlite3 (~> 1.3.6) test_after_commit timecop webrat (= 0.7.3) diff --git a/gemfiles/Gemfile.rails-4.2-stable.lock b/gemfiles/Gemfile.rails-4.2-stable.lock index 910045cf35..471156226f 100644 --- a/gemfiles/Gemfile.rails-4.2-stable.lock +++ b/gemfiles/Gemfile.rails-4.2-stable.lock @@ -57,7 +57,7 @@ GIT PATH remote: .. specs: - devise (4.6.0) + devise (4.6.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0, < 6.0) @@ -186,7 +186,7 @@ DEPENDENCIES omniauth-openid rails! rdoc (~> 5.1) - sqlite3 + sqlite3 (~> 1.3.6) test_after_commit timecop webrat (= 0.7.3) diff --git a/gemfiles/Gemfile.rails-5.0-stable.lock b/gemfiles/Gemfile.rails-5.0-stable.lock index 61e0f64848..a295ac76b5 100644 --- a/gemfiles/Gemfile.rails-5.0-stable.lock +++ b/gemfiles/Gemfile.rails-5.0-stable.lock @@ -10,7 +10,7 @@ GIT PATH remote: .. specs: - devise (4.6.0) + devise (4.6.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0, < 6.0) @@ -185,7 +185,7 @@ DEPENDENCIES rails-controller-testing rdoc responders (~> 2.1) - sqlite3 + sqlite3 (~> 1.3.6) test_after_commit timecop webrat (= 0.7.3) diff --git a/gemfiles/Gemfile.rails-5.2-stable.lock b/gemfiles/Gemfile.rails-5.2-stable.lock index 27a9240811..f1e4fe3314 100644 --- a/gemfiles/Gemfile.rails-5.2-stable.lock +++ b/gemfiles/Gemfile.rails-5.2-stable.lock @@ -10,7 +10,7 @@ GIT PATH remote: .. specs: - devise (4.6.0) + devise (4.6.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0, < 6.0) @@ -194,7 +194,7 @@ DEPENDENCIES rails-controller-testing rdoc responders (~> 2.1) - sqlite3 + sqlite3 (~> 1.3.6) test_after_commit timecop webrat (= 0.7.3) diff --git a/gemfiles/Gemfile.rails-6.0-beta.lock b/gemfiles/Gemfile.rails-6.0-beta.lock index 7421de6312..4ec14f0a4a 100644 --- a/gemfiles/Gemfile.rails-6.0-beta.lock +++ b/gemfiles/Gemfile.rails-6.0-beta.lock @@ -10,7 +10,7 @@ GIT PATH remote: .. specs: - devise (4.5.0) + devise (4.6.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0, < 6.0) @@ -207,7 +207,7 @@ DEPENDENCIES rails-controller-testing rdoc responders (~> 2.4) - sqlite3 + sqlite3 (~> 1.3.6) test_after_commit timecop webrat (= 0.7.3) diff --git a/lib/devise/version.rb b/lib/devise/version.rb index e3dad6fb1d..a9bd557a2b 100644 --- a/lib/devise/version.rb +++ b/lib/devise/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Devise - VERSION = "4.6.0".freeze + VERSION = "4.6.1".freeze end