Bump up gem versions in Gemfile.lock. Minor changes to eliminate deprecation warnings.

This commit is contained in:
Peter M. Goldstein
2014-01-13 17:30:58 -08:00
parent 34a1163fe9
commit 2aa1cbf94f
4 changed files with 38 additions and 32 deletions
+3 -1
View File
@@ -18,6 +18,8 @@ group :development do
gem 'rr', '~> 1.0.2'
gem 'rspec', '~> 2.0'
gem "simplecov", :require => false
gem 'timecop'
gem 'timecop', '0.6.1'
gem 'yard'
gem 'mime-types', '~> 1.25.1'
gem 'rdiscount', '~> 2.0.7.3'
end