Skip to content

Commit f16a659

Browse files
committed
update development gems
1 parent d4d27b2 commit f16a659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ gemspec
77
# Include everything needed to run rake, tests, features, etc.
88
group :development do
99
gem "bundler"
10-
gem "rake", "~> 10.5"
10+
gem "rake", ">= 10.5"
1111
gem "RedCloth", RUBY_PLATFORM == 'java' ? "= 4.2.9" : ">= 4.0.3"
1212
gem "term-ansicolor", "~> 1.3.2"
13-
gem 'tins', '~> 1.6.0'
13+
gem 'tins', '>= 1.6.0'
1414
gem "shoulda-context", "= 1.2.1"
1515
gem "test-unit"
1616
gem "json", "~> 1.8" if RUBY_VERSION < '1.9'

0 commit comments

Comments
 (0)