Bump timecop
This commit is contained in:
parent
5bec57cfc9
commit
026fe3dc3d
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -290,7 +290,7 @@ group :test do
|
||||||
# General helpers
|
# General helpers
|
||||||
|
|
||||||
gem "factory_girl_rails", "4.8.0"
|
gem "factory_girl_rails", "4.8.0"
|
||||||
gem "timecop", "0.8.1"
|
gem "timecop", "0.9.1"
|
||||||
gem "webmock", "2.3.2", require: false
|
gem "webmock", "2.3.2", require: false
|
||||||
gem "shoulda-matchers", "3.1.1"
|
gem "shoulda-matchers", "3.1.1"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -689,7 +689,7 @@ GEM
|
||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
timecop (0.8.1)
|
timecop (0.9.1)
|
||||||
timers (4.1.2)
|
timers (4.1.2)
|
||||||
hitimes
|
hitimes
|
||||||
tins (1.13.2)
|
tins (1.13.2)
|
||||||
|
|
@ -885,7 +885,7 @@ DEPENDENCIES
|
||||||
string-direction (= 1.2.0)
|
string-direction (= 1.2.0)
|
||||||
test_after_commit (= 1.1.0)
|
test_after_commit (= 1.1.0)
|
||||||
thor (= 0.19.1)
|
thor (= 0.19.1)
|
||||||
timecop (= 0.8.1)
|
timecop (= 0.9.1)
|
||||||
turbo_dev_assets (= 0.0.2)
|
turbo_dev_assets (= 0.0.2)
|
||||||
twitter (= 6.1.0)
|
twitter (= 6.1.0)
|
||||||
twitter-text (= 1.14.7)
|
twitter-text (= 1.14.7)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue