Update gems

This commit is contained in:
Dzmitry Plashchynski
2016-01-20 01:20:33 +02:00
parent 3d71df3d2f
commit c0feafa099
+28 -27
View File
@@ -8,14 +8,14 @@ PATH
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activemodel (4.2.4) activemodel (4.2.5)
activesupport (= 4.2.4) activesupport (= 4.2.5)
builder (~> 3.1) builder (~> 3.1)
activerecord (4.2.4) activerecord (4.2.5)
activemodel (= 4.2.4) activemodel (= 4.2.5)
activesupport (= 4.2.4) activesupport (= 4.2.5)
arel (~> 6.0) arel (~> 6.0)
activesupport (4.2.4) activesupport (4.2.5)
i18n (~> 0.7) i18n (~> 0.7)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
minitest (~> 5.1) minitest (~> 5.1)
@@ -23,43 +23,41 @@ GEM
tzinfo (~> 1.1) tzinfo (~> 1.1)
arel (6.0.3) arel (6.0.3)
builder (3.2.2) builder (3.2.2)
byebug (5.0.0) byebug (8.2.1)
columnize (= 0.9.0) daemons (1.2.3)
columnize (0.9.0)
daemons (1.2.2)
diff-lcs (1.2.5) diff-lcs (1.2.5)
haml (4.0.6) haml (4.0.7)
tilt tilt
i18n (0.7.0) i18n (0.7.0)
json (1.8.3) json (1.8.3)
minitest (5.8.0) minitest (5.8.3)
rack (1.6.4) rack (1.6.4)
rack-protection (1.5.3) rack-protection (1.5.3)
rack rack
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rake (10.4.2) rake (10.5.0)
rspec (3.2.0) rspec (3.4.0)
rspec-core (~> 3.2.0) rspec-core (~> 3.4.0)
rspec-expectations (~> 3.2.0) rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.2.0) rspec-mocks (~> 3.4.0)
rspec-core (3.2.2) rspec-core (3.4.1)
rspec-support (~> 3.2.0) rspec-support (~> 3.4.0)
rspec-expectations (3.2.0) rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0) rspec-support (~> 3.4.0)
rspec-mocks (3.2.1) rspec-mocks (3.4.1)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0) rspec-support (~> 3.4.0)
rspec-support (3.2.2) rspec-support (3.4.1)
sinatra (1.4.6) sinatra (1.4.6)
rack (~> 1.4) rack (~> 1.4)
rack-protection (~> 1.4) rack-protection (~> 1.4)
tilt (>= 1.3, < 3) tilt (>= 1.3, < 3)
sqlite3 (1.3.10) sqlite3 (1.3.11)
thread_safe (0.3.5) thread_safe (0.3.5)
tilt (2.0.1) tilt (2.0.2)
timecop (0.7.3) timecop (0.8.0)
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
@@ -78,3 +76,6 @@ DEPENDENCIES
sinatra sinatra
sqlite3 sqlite3
timecop (~> 0.7) timecop (~> 0.7)
BUNDLED WITH
1.11.2