From 2d2ae067d5aacefba5fcba8e89623adf671ffa69 Mon Sep 17 00:00:00 2001 From: Thom Bruce Date: Tue, 12 Sep 2017 21:24:07 +0100 Subject: [PATCH] upgrade gems --- Gemfile.lock | 18 +++++++++--------- lib/activerecord/chemistry/version.rb | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 35cba3f..13cba45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,20 +1,20 @@ PATH remote: . specs: - activerecord-chemistry (0.1.0) + activerecord-chemistry (0.1.1) activerecord (>= 5.1) activesupport (>= 5.1) GEM remote: https://rubygems.org/ specs: - activemodel (5.1.3) - activesupport (= 5.1.3) - activerecord (5.1.3) - activemodel (= 5.1.3) - activesupport (= 5.1.3) + activemodel (5.1.4) + activesupport (= 5.1.4) + activerecord (5.1.4) + activemodel (= 5.1.4) + activesupport (= 5.1.4) arel (~> 8.0) - activesupport (5.1.3) + activesupport (5.1.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) minitest (~> 5.1) @@ -41,7 +41,7 @@ GEM powerpack (0.1.1) rainbow (2.2.2) rake - rake (12.0.0) + rake (12.1.0) rspec (3.6.0) rspec-core (~> 3.6.0) rspec-expectations (~> 3.6.0) @@ -67,7 +67,7 @@ GEM docile (~> 1.1.0) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) - simplecov-html (0.10.1) + simplecov-html (0.10.2) sqlite3 (1.3.13) term-ansicolor (1.6.0) tins (~> 1.0) diff --git a/lib/activerecord/chemistry/version.rb b/lib/activerecord/chemistry/version.rb index 0590ce1..1374506 100644 --- a/lib/activerecord/chemistry/version.rb +++ b/lib/activerecord/chemistry/version.rb @@ -1,5 +1,5 @@ module ActiveRecord module Chemistry - VERSION = "0.1.0" + VERSION = "0.1.1" end end