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

Commit

Permalink
Merge branch 'master' of https://github.com/learn-co/learn-test
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski committed Aug 3, 2020
2 parents 2846a21 + f8d14a0 commit 7235453
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
source 'https://rubygems.org'

gem 'rspec', '~> 3.7'
gem 'netrc', '~> 0.11.0'
gem 'git', '~> 1.7'
gem 'oj', '~> 3.10'
gem 'faraday', '~> 1.0'
gem 'crack', '~> 0.4.3'
gem 'colorize', '~> 0.8.1'

group :development do
gem 'rake', '~> 13.0.1'
end

group :test do
gem 'rspec_junit_formatter', '~> 0.4.1'
end
Expand Down
11 changes: 11 additions & 0 deletions learn-test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,15 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib", "bin"]
spec.required_ruby_version = '>= 2.5.0'

spec.add_development_dependency "rake", "~> 13.0.1"
spec.add_development_dependency "rspec", "~> 3.7"

spec.add_runtime_dependency "rspec", "~> 3.0"
spec.add_runtime_dependency "netrc", "~> 0.11.0"
spec.add_runtime_dependency "git", "~> 1.7"
spec.add_runtime_dependency "oj", "~> 3.10"
spec.add_runtime_dependency "faraday", "~> 1.0"
spec.add_runtime_dependency "crack", "~> 0.4.3"
spec.add_runtime_dependency "colorize", "~> 0.8.1"
end

0 comments on commit 7235453

Please sign in to comment.