Skip to content

Commit 6f9b2b8

Browse files
committed
downgrade shoulda-context
1 parent 294183e commit 6f9b2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group :development do
1111
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
1212
gem "term-ansicolor", "~> 1.3.2"
1313
gem 'tins', '~> 1.6.0'
14-
gem "shoulda-context"
14+
gem "shoulda-context", "= 1.2.1"
1515
gem "test-unit"
1616
gem "json", "~> 1.8" if RUBY_VERSION < '1.9'
1717
gem "rdoc", "~> 4.2.2"

0 commit comments

Comments
 (0)