1515# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1616# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1717#
18- $: . push File . expand_path ( '../ lib' , __FILE__ )
18+ $LOAD_PATH . push File . expand_path ( 'lib' , __dir__ )
1919require 'bigcommerce/prometheus/version'
2020
2121Gem ::Specification . new do |spec |
@@ -33,13 +33,13 @@ Gem::Specification.new do |spec|
3333 spec . require_paths = [ 'lib' ]
3434 spec . required_ruby_version = '>= 2.6'
3535
36- spec . add_development_dependency 'rake' , '>= 10.0'
37- spec . add_development_dependency 'rspec' , '>= 3.8'
38- spec . add_development_dependency 'rspec_junit_formatter' , '>= 0.4'
3936 spec . add_development_dependency 'bundler-audit' , '>= 0.6'
4037 spec . add_development_dependency 'null-logger' , '>= 0.1'
4138 spec . add_development_dependency 'pry' , '>= 0.12'
42- spec . add_development_dependency 'rubocop' , '>= 0.74'
39+ spec . add_development_dependency 'rake' , '>= 10.0'
40+ spec . add_development_dependency 'rspec' , '>= 3.8'
41+ spec . add_development_dependency 'rspec_junit_formatter' , '>= 0.4'
42+ spec . add_development_dependency 'rubocop' , '>= 1.0'
4343 spec . add_development_dependency 'simplecov' , '>= 0.16'
4444
4545 spec . add_runtime_dependency 'bigcommerce-multitrap' , '~> 0.1'
0 commit comments