File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ group :development do
1010 gem 'minitest-vcr'
1111 gem 'minitest-reporters'
1212 gem 'webmock'
13- gem 'lru_redux '
13+ gem 'rubocop '
1414
1515 platforms :mri do
1616 # to avoid problems, bring Byebug in on just versions of Ruby under which
Original file line number Diff line number Diff line change 1- # coding: utf-8
21lib = File . expand_path ( '../lib' , __FILE__ )
32$LOAD_PATH. unshift ( lib ) unless $LOAD_PATH. include? ( lib )
3+
44require 'ipinfo/version'
55
66Gem ::Specification . new do |spec |
@@ -26,6 +26,7 @@ Gem::Specification.new do |spec|
2626
2727 spec . add_runtime_dependency 'faraday' , '~> 1.0'
2828 spec . add_runtime_dependency 'json' , '~> 2.1'
29+ spec . add_runtime_dependency 'lru_redux' , '~> 1.1'
2930
3031 spec . files = `git ls-files -z` . split ( "\x0 " ) . reject do |f |
3132 f . match ( %r{^(test|spec|features)/} )
You can’t perform that action at this time.
0 commit comments