bump timecop
This commit is contained in:
parent
4339d69f1e
commit
ab7cbcc4cc
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -200,7 +200,7 @@ group :test do
|
||||||
# General helpers
|
# General helpers
|
||||||
|
|
||||||
gem 'factory_girl_rails', '4.2.1'
|
gem 'factory_girl_rails', '4.2.1'
|
||||||
gem 'timecop', '0.7.0'
|
gem 'timecop', '0.7.1'
|
||||||
gem 'webmock', '1.13.0', :require => false
|
gem 'webmock', '1.13.0', :require => false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -393,7 +393,7 @@ GEM
|
||||||
test_after_commit (0.2.0)
|
test_after_commit (0.2.0)
|
||||||
thor (0.18.1)
|
thor (0.18.1)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
timecop (0.7.0)
|
timecop (0.7.1)
|
||||||
timers (1.1.0)
|
timers (1.1.0)
|
||||||
treetop (1.4.15)
|
treetop (1.4.15)
|
||||||
polyglot
|
polyglot
|
||||||
|
|
@ -502,7 +502,7 @@ DEPENDENCIES
|
||||||
spork (= 1.0.0rc3)
|
spork (= 1.0.0rc3)
|
||||||
strong_parameters
|
strong_parameters
|
||||||
test_after_commit (= 0.2.0)
|
test_after_commit (= 0.2.0)
|
||||||
timecop (= 0.7.0)
|
timecop (= 0.7.1)
|
||||||
twitter (= 4.8.1)
|
twitter (= 4.8.1)
|
||||||
typhoeus (= 0.6.3)
|
typhoeus (= 0.6.3)
|
||||||
uglifier (= 2.1.2)
|
uglifier (= 2.1.2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue