bump timecop
This commit is contained in:
parent
011235ea82
commit
fb2f6e908a
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -252,7 +252,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.1'
|
gem 'timecop', '0.7.3'
|
||||||
gem 'webmock', '1.20.4', :require => false
|
gem 'webmock', '1.20.4', :require => false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -635,7 +635,7 @@ GEM
|
||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
thread_safe (0.3.4)
|
thread_safe (0.3.4)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
timecop (0.7.1)
|
timecop (0.7.3)
|
||||||
timers (4.0.1)
|
timers (4.0.1)
|
||||||
hitimes
|
hitimes
|
||||||
twitter (4.8.1)
|
twitter (4.8.1)
|
||||||
|
|
@ -783,7 +783,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.0)
|
test_after_commit (= 0.4.0)
|
||||||
timecop (= 0.7.1)
|
timecop (= 0.7.3)
|
||||||
twitter (= 4.8.1)
|
twitter (= 4.8.1)
|
||||||
twitter-text (= 1.10.0)
|
twitter-text (= 1.10.0)
|
||||||
typhoeus (= 0.6.9)
|
typhoeus (= 0.6.9)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue