diff --git a/Gemfile.lock b/Gemfile.lock index 20bef2d..ad9ca8c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,14 +8,14 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (4.2.4) - activesupport (= 4.2.4) + activemodel (4.2.5) + activesupport (= 4.2.5) builder (~> 3.1) - activerecord (4.2.4) - activemodel (= 4.2.4) - activesupport (= 4.2.4) + activerecord (4.2.5) + activemodel (= 4.2.5) + activesupport (= 4.2.5) arel (~> 6.0) - activesupport (4.2.4) + activesupport (4.2.5) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) @@ -23,43 +23,41 @@ GEM tzinfo (~> 1.1) arel (6.0.3) builder (3.2.2) - byebug (5.0.0) - columnize (= 0.9.0) - columnize (0.9.0) - daemons (1.2.2) + byebug (8.2.1) + daemons (1.2.3) diff-lcs (1.2.5) - haml (4.0.6) + haml (4.0.7) tilt i18n (0.7.0) json (1.8.3) - minitest (5.8.0) + minitest (5.8.3) rack (1.6.4) rack-protection (1.5.3) rack rack-test (0.6.3) rack (>= 1.0) - rake (10.4.2) - rspec (3.2.0) - rspec-core (~> 3.2.0) - rspec-expectations (~> 3.2.0) - rspec-mocks (~> 3.2.0) - rspec-core (3.2.2) - rspec-support (~> 3.2.0) - rspec-expectations (3.2.0) + rake (10.5.0) + rspec (3.4.0) + rspec-core (~> 3.4.0) + rspec-expectations (~> 3.4.0) + rspec-mocks (~> 3.4.0) + rspec-core (3.4.1) + rspec-support (~> 3.4.0) + rspec-expectations (3.4.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.2.0) - rspec-mocks (3.2.1) + rspec-support (~> 3.4.0) + rspec-mocks (3.4.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.2.0) - rspec-support (3.2.2) + rspec-support (~> 3.4.0) + rspec-support (3.4.1) sinatra (1.4.6) rack (~> 1.4) rack-protection (~> 1.4) tilt (>= 1.3, < 3) - sqlite3 (1.3.10) + sqlite3 (1.3.11) thread_safe (0.3.5) - tilt (2.0.1) - timecop (0.7.3) + tilt (2.0.2) + timecop (0.8.0) tzinfo (1.2.2) thread_safe (~> 0.1) @@ -78,3 +76,6 @@ DEPENDENCIES sinatra sqlite3 timecop (~> 0.7) + +BUNDLED WITH + 1.11.2