Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Commit

Permalink
Merge 8ef84be into d3c614f
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Sep 25, 2017
2 parents d3c614f + 8ef84be commit b83ad82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -10,5 +10,5 @@ group :development, :test do
gem 'diff-lcs', "~> 1.1"
gem 'mocha', "~> 0.13.2"
gem 'coveralls', require: false
gem 'rspec', '~> 2.11'
gem 'test-unit'
end
15 changes: 5 additions & 10 deletions Gemfile.lock
Expand Up @@ -27,26 +27,21 @@ GEM
metaclass (~> 0.0.1)
multi_json (1.7.2)
posix-spawn (0.3.6)
power_assert (0.2.6)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
rake (0.9.2.2)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.4.4)
test-unit (3.1.5)
power_assert
thor (0.18.0)

PLATFORMS
Expand All @@ -61,7 +56,7 @@ DEPENDENCIES
posix-spawn (~> 0.3.6)
pry
rake
rspec (~> 2.11)
test-unit

BUNDLED WITH
1.11.2
1.15.1

0 comments on commit b83ad82

Please sign in to comment.