Skip to content

Commit af47e0e

Browse files
committed
Remove jeweler and oniguruma as test deps, add rack.
Bump and freeze specific gem test deps for shoulda, mocha, rack.
1 parent 0665a95 commit af47e0e

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

Rakefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ end
2424

2525
require 'rake/testtask'
2626
Rake::TestTask.new(:test) do |test|
27-
test.libs << 'lib' << 'test'
27+
test.libs << 'lib' << 'test' << '.'
2828
test.pattern = 'test/**/*_test.rb'
2929
test.verbose = true
3030
end
@@ -42,8 +42,6 @@ rescue LoadError
4242
end
4343
end
4444

45-
task :test => :check_dependencies
46-
4745
task :default => :test
4846

4947
require 'rake/rdoctask'

test/geminstaller.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
gems:
2-
- name: jeweler
3-
version: '~> 1.3.0'
42
- name: shoulda
5-
version: '~> 2.10.2'
3+
version: '= 2.10.3'
64
- name: mocha
7-
version: '~> 0.9.7'
8-
- name: oniguruma
9-
version: '~> 1.1.0'
5+
version: '= 0.9.8'
6+
- name: rack
7+
version: '= 1.1.0'
8+
# - name: oniguruma
9+
# version: '= 1.1.0'

0 commit comments

Comments
 (0)