mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-25 17:08:48 -05:00
Moving to minitest v4.6.
This commit is contained in:
parent
11fd88e11c
commit
57bfa12305
@ -3,5 +3,5 @@ source "https://rubygems.org"
|
||||
gem "rake", "~> 10.0"
|
||||
|
||||
group :test do
|
||||
gem "rspec"
|
||||
gem "minitest", "~> 4.6"
|
||||
end
|
||||
|
@ -1,20 +1,12 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
diff-lcs (1.1.3)
|
||||
minitest (4.6.2)
|
||||
rake (10.0.3)
|
||||
rspec (2.12.0)
|
||||
rspec-core (~> 2.12.0)
|
||||
rspec-expectations (~> 2.12.0)
|
||||
rspec-mocks (~> 2.12.0)
|
||||
rspec-core (2.12.2)
|
||||
rspec-expectations (2.12.1)
|
||||
diff-lcs (~> 1.1.3)
|
||||
rspec-mocks (2.12.2)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
minitest (~> 4.6)
|
||||
rake (~> 10.0)
|
||||
rspec
|
||||
|
Loading…
Reference in New Issue
Block a user