Bump timecop
This commit is contained in:
parent
241f0d977a
commit
ac5caadd3d
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -268,7 +268,7 @@ group :test do
|
||||||
# General helpers
|
# General helpers
|
||||||
|
|
||||||
gem "factory_girl_rails", "4.7.0"
|
gem "factory_girl_rails", "4.7.0"
|
||||||
gem "timecop", "0.8.0"
|
gem "timecop", "0.8.1"
|
||||||
gem "webmock", "1.22.6", require: false
|
gem "webmock", "1.22.6", require: false
|
||||||
gem "shoulda-matchers", "3.1.1"
|
gem "shoulda-matchers", "3.1.1"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -748,7 +748,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.8.0)
|
timecop (0.8.1)
|
||||||
timers (4.0.4)
|
timers (4.0.4)
|
||||||
hitimes
|
hitimes
|
||||||
tins (1.6.0)
|
tins (1.6.0)
|
||||||
|
|
@ -918,7 +918,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 (= 1.0.0)
|
test_after_commit (= 1.0.0)
|
||||||
timecop (= 0.8.0)
|
timecop (= 0.8.1)
|
||||||
turbo_dev_assets (= 0.0.2)
|
turbo_dev_assets (= 0.0.2)
|
||||||
twitter (= 5.16.0)
|
twitter (= 5.16.0)
|
||||||
twitter-text (= 1.13.3)
|
twitter-text (= 1.13.3)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue