From 1802abcca6f6ab6ae61b9737050c3b5098b953fa Mon Sep 17 00:00:00 2001 From: Richard Venneman Date: Thu, 4 Oct 2018 17:50:17 -0300 Subject: [PATCH] Bump trestle-active_storage to 2.0.0 Because I was stupid. --- Gemfile.lock | 2 +- lib/trestle/active_storage/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9ab697e..cfbb22e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - trestle-active_storage (0.1.0) + trestle-active_storage (2.0.0) rails (>= 5.2.0.beta2, < 6) trestle (~> 0.8) diff --git a/lib/trestle/active_storage/version.rb b/lib/trestle/active_storage/version.rb index 9fc16c3..cb68c43 100644 --- a/lib/trestle/active_storage/version.rb +++ b/lib/trestle/active_storage/version.rb @@ -1,5 +1,5 @@ module Trestle module ActiveStorage - VERSION = '0.1.0' + VERSION = '2.0.0' end end