bump timecop
This commit is contained in:
parent
6d74926b9f
commit
70eda77395
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -147,7 +147,7 @@ group :test do
|
||||||
gem 'cucumber-rails', '1.3.0', :require => false
|
gem 'cucumber-rails', '1.3.0', :require => false
|
||||||
gem 'database_cleaner', '0.8'
|
gem 'database_cleaner', '0.8'
|
||||||
|
|
||||||
gem 'timecop'
|
gem 'timecop', '0.5.1'
|
||||||
gem 'factory_girl_rails', '4.1.0'
|
gem 'factory_girl_rails', '4.1.0'
|
||||||
gem 'fixture_builder', '0.3.4'
|
gem 'fixture_builder', '0.3.4'
|
||||||
gem 'fuubar', '1.0.0'
|
gem 'fuubar', '1.0.0'
|
||||||
|
|
|
||||||
|
|
@ -421,7 +421,7 @@ GEM
|
||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
thor (0.16.0)
|
thor (0.16.0)
|
||||||
tilt (1.3.3)
|
tilt (1.3.3)
|
||||||
timecop (0.4.6)
|
timecop (0.5.1)
|
||||||
treetop (1.4.10)
|
treetop (1.4.10)
|
||||||
polyglot
|
polyglot
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
|
|
@ -532,7 +532,7 @@ DEPENDENCIES
|
||||||
settingslogic!
|
settingslogic!
|
||||||
spork (= 1.0.0rc3)
|
spork (= 1.0.0rc3)
|
||||||
thin (= 1.4.1)
|
thin (= 1.4.1)
|
||||||
timecop
|
timecop (= 0.5.1)
|
||||||
twitter (= 2.0.2)
|
twitter (= 2.0.2)
|
||||||
typhoeus (= 0.3.3)
|
typhoeus (= 0.3.3)
|
||||||
uglifier (= 1.3.0)
|
uglifier (= 1.3.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue