bump timecop
This commit is contained in:
parent
403f49cd50
commit
97dd149aa0
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -272,7 +272,7 @@ group :test do
|
||||||
# General helpers
|
# General helpers
|
||||||
|
|
||||||
gem "factory_girl_rails", "4.5.0"
|
gem "factory_girl_rails", "4.5.0"
|
||||||
gem "timecop", "0.7.3"
|
gem "timecop", "0.7.4"
|
||||||
gem "webmock", "1.21.0", require: false
|
gem "webmock", "1.21.0", require: false
|
||||||
gem "shoulda-matchers", "2.8.0", require: false
|
gem "shoulda-matchers", "2.8.0", require: false
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -697,7 +697,7 @@ GEM
|
||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
thread_safe (0.3.5)
|
thread_safe (0.3.5)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
timecop (0.7.3)
|
timecop (0.7.4)
|
||||||
timers (4.0.1)
|
timers (4.0.1)
|
||||||
hitimes
|
hitimes
|
||||||
twitter (5.14.0)
|
twitter (5.14.0)
|
||||||
|
|
@ -863,7 +863,7 @@ DEPENDENCIES
|
||||||
spring-commands-cucumber (= 1.0.1)
|
spring-commands-cucumber (= 1.0.1)
|
||||||
spring-commands-rspec (= 1.0.4)
|
spring-commands-rspec (= 1.0.4)
|
||||||
test_after_commit (= 0.4.1)
|
test_after_commit (= 0.4.1)
|
||||||
timecop (= 0.7.3)
|
timecop (= 0.7.4)
|
||||||
twitter (= 5.14.0)
|
twitter (= 5.14.0)
|
||||||
twitter-text (= 1.12.0)
|
twitter-text (= 1.12.0)
|
||||||
typhoeus (= 0.7.1)
|
typhoeus (= 0.7.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue