Skip to content
Snippets Groups Projects
Commit 871ad6ac authored by Tomaka, Andrew's avatar Tomaka, Andrew
Browse files

Cleanup Gemfile and gemspec

parent 37126d8d
No related branches found
No related tags found
No related merge requests found
...@@ -2,11 +2,3 @@ source 'http://rubygems.org' ...@@ -2,11 +2,3 @@ source 'http://rubygems.org'
# Specify your gem's dependencies in omniauth-msunet.gemspec # Specify your gem's dependencies in omniauth-msunet.gemspec
gemspec gemspec
group :development, :test do
gem 'guard'
gem 'guard-rspec'
gem 'guard-bundler'
gem 'rb-fsevent'
gem 'growl'
end
...@@ -19,8 +19,5 @@ Gem::Specification.new do |gem| ...@@ -19,8 +19,5 @@ Gem::Specification.new do |gem|
gem.add_dependency 'omniauth', '~> 1.1' gem.add_dependency 'omniauth', '~> 1.1'
gem.add_dependency 'omniauth-oauth2', '~> 1.1' gem.add_dependency 'omniauth-oauth2', '~> 1.1'
gem.add_dependency 'multi_json', '~> 1.7' gem.add_dependency 'multi_json', '~> 1.7'
gem.add_development_dependency 'rspec', '~> 2.7' gem.add_development_dependency 'rspec', '~> 3.4'
gem.add_development_dependency 'rack-test'
gem.add_development_dependency 'simplecov'
gem.add_development_dependency 'webmock'
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment