Skip to content

Commit 38e3338

Browse files
committed
relax gem version requirements
1 parent da39961 commit 38e3338

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ gemspec
66
# Add dependencies to develop your gem here.
77
# Include everything needed to run rake, tests, features, etc.
88
group :development do
9-
gem "bundler", ">= 1.0.0"
9+
gem "bundler"
1010
gem "rake"
1111
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
12-
gem "term-ansicolor", '~> 1.3.0'
13-
gem "shoulda-context", "~> 1.1.2"
12+
gem "term-ansicolor"
13+
gem "shoulda-context"
1414
gem "json" if RUBY_VERSION < '1.9'
1515
gem "rdoc"
1616
end

0 commit comments

Comments
 (0)