File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed
Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,7 @@ source "https://rubygems.org"
44
55gemspec
66
7+ gem "rake"
8+ gem "rspec"
79gem "simplecov" , require : false
810gem "standard"
Original file line number Diff line number Diff line change 22 remote: .
33 specs:
44 errbit_github_plugin (0.4.0 )
5+ activesupport
56 errbit_plugin
67 faraday-retry
78 octokit
@@ -142,7 +143,6 @@ PLATFORMS
142143 x86_64-linux-musl
143144
144145DEPENDENCIES
145- activesupport
146146 errbit_github_plugin !
147147 rake
148148 rspec
Original file line number Diff line number Diff line change @@ -22,8 +22,5 @@ Gem::Specification.new do |spec|
2222 spec . add_dependency "errbit_plugin"
2323 spec . add_dependency "faraday-retry"
2424 spec . add_dependency "octokit"
25-
26- spec . add_development_dependency "rspec"
27- spec . add_development_dependency "rake"
28- spec . add_development_dependency "activesupport"
25+ spec . add_dependency "activesupport"
2926end
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
3+ require "active_support/core_ext/object/blank"
34require "octokit"
45
56module ErrbitGithubPlugin
Original file line number Diff line number Diff line change 1212
1313require "errbit_plugin"
1414require "errbit_github_plugin"
15- require "active_support/core_ext/object/blank"
1615
1716RSpec . configure do |config |
1817 # Enable flags like --only-failures and --next-failure
You can’t perform that action at this time.
0 commit comments