From 50aadc1b5c5e9fda0b6a989009d3780be1974d8d Mon Sep 17 00:00:00 2001 From: Brent Date: Fri, 26 Jan 2018 06:10:01 +0700 Subject: [PATCH] Bump gem to 4.0.0 - gem on rubygems is out of date --- Gemfile.lock | 2 +- lib/fat_model_auth/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fac5fbe..e964ec1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fat_model_auth (3.0.0) + fat_model_auth (4.0.0) GEM remote: https://rubygems.org/ diff --git a/lib/fat_model_auth/version.rb b/lib/fat_model_auth/version.rb index 0a7d20d..6f6e799 100644 --- a/lib/fat_model_auth/version.rb +++ b/lib/fat_model_auth/version.rb @@ -1,3 +1,3 @@ module FatModelAuth - VERSION = "3.0.0" + VERSION = "4.0.0" end