diff --git a/Gemfile.lock b/Gemfile.lock index a59e8b8..ed5957e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,27 +1,27 @@ PATH remote: . specs: - crono (0.9.0) + crono (0.9.1) activerecord (~> 4.0) activesupport (~> 4.0) GEM remote: https://rubygems.org/ specs: - activemodel (4.2.1) - activesupport (= 4.2.1) + activemodel (4.2.4) + activesupport (= 4.2.4) builder (~> 3.1) - activerecord (4.2.1) - activemodel (= 4.2.1) - activesupport (= 4.2.1) + activerecord (4.2.4) + activemodel (= 4.2.4) + activesupport (= 4.2.4) arel (~> 6.0) - activesupport (4.2.1) + activesupport (4.2.4) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - arel (6.0.0) + arel (6.0.3) builder (3.2.2) byebug (5.0.0) columnize (= 0.9.0) @@ -30,8 +30,8 @@ GEM haml (4.0.6) tilt i18n (0.7.0) - json (1.8.2) - minitest (5.6.1) + json (1.8.3) + minitest (5.8.0) rack (1.6.1) rack-protection (1.5.3) rack @@ -76,3 +76,6 @@ DEPENDENCIES sinatra sqlite3 timecop (~> 0.7) + +BUNDLED WITH + 1.10.6