File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- ruby-pardot (1.3.2 )
4
+ ruby-pardot (1.4.0 )
5
5
crack (= 0.4.3 )
6
6
httparty (= 0.18.1 )
7
7
17
17
multi_xml (>= 0.5.2 )
18
18
mime-types (3.3.1 )
19
19
mime-types-data (~> 3.2015 )
20
- mime-types-data (3.2020.0512 )
20
+ mime-types-data (3.2020.1104 )
21
21
multi_xml (0.6.0 )
22
22
rspec (3.5.0 )
23
23
rspec-core (~> 3.5.0 )
@@ -39,7 +39,7 @@ PLATFORMS
39
39
40
40
DEPENDENCIES
41
41
bundler (>= 1.10 )
42
- fakeweb
42
+ fakeweb ( = 1.3.0 )
43
43
rspec (= 3.5.0 )
44
44
ruby-pardot !
45
45
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Gem::Specification.new do |s|
11
11
s . summary = "Library for interacting with the Pardot API"
12
12
s . description = "Library for interacting with the Pardot API"
13
13
14
+ s . required_ruby_version = '>= 2.6'
14
15
s . required_rubygems_version = ">= 1.3.6"
15
16
s . rubyforge_project = "ruby-pardot"
16
17
@@ -19,7 +20,7 @@ Gem::Specification.new do |s|
19
20
20
21
s . add_development_dependency "bundler" , ">= 1.10"
21
22
s . add_development_dependency "rspec" , "3.5.0"
22
- s . add_development_dependency "fakeweb"
23
+ s . add_development_dependency "fakeweb" , "1.3.0"
23
24
24
25
s . files = `git ls-files` . split ( "\n " )
25
26
s . executables = `git ls-files` . split ( "\n " ) . map { |f | f =~ /^bin\/ (.*)/ ? $1 : nil } . compact
You can’t perform that action at this time.
0 commit comments