File tree Expand file tree Collapse file tree 7 files changed +44
-228
lines changed Expand file tree Collapse file tree 7 files changed +44
-228
lines changed Original file line number Diff line number Diff line change 1- source 'https://rubygems.org'
2-
3- gem "jruby-openssl", platforms: :jruby
4- gem "mini_mime"
5- gem "rake"
6- gem "addressable", ">= 2.8.0"
7- gem "yard"
8- gem "json", ">= 2.3.0", platforms: :ruby
9- gem "scrub_rb"
10-
11- gem "rubocop", "~> 0.79.0", require: false # Handling of Ruby 2.7 syntax
12-
13- group :test do
14- gem "webmock"
15- gem "vcr", "~> 6.0"
16-
17- # Hardcoding these gems as the newer version makes the tests fail in Ruby 3
18- # See https://github.com/zendesk/zendesk_api_client_rb/runs/5013748785?check_suite_focus=true#step:4:59
19- # NOTE: This affects previous build re-runs because we don't store Gemfile.lock
20- gem "rspec-support", "3.10.3"
21- gem "rspec-core", "3.10.1"
22- gem "rspec-expectations", "3.10.2"
23- gem "rspec-mocks", "3.10.2"
24- gem "rspec", "3.10.0"
25-
26- # only used for uploads testing
27- gem "actionpack", ">= 5.2.4.6"
28- end
29-
30- group :dev do
31- gem "bump"
32- end
33-
34- group :dev, :test do
35- gem "byebug", platforms: :ruby
36- end
37-
38- gemspec
1+ eval_gemfile('common.rb')
Original file line number Diff line number Diff line change 1- source 'https://rubygems.org'
2-
3- gem "jruby-openssl", platforms: :jruby
4- gem "mini_mime"
5- gem "rake"
6- gem "addressable", ">= 2.8.0"
7- gem "yard"
8- gem "json", ">= 2.3.0", platforms: :ruby
9- gem "scrub_rb"
10-
11- gem "rubocop", "~> 1.13.0", require: false # Handling of Ruby 2.7 syntax
12-
13- group :test do
14- gem "webmock"
15- gem "vcr", "~> 6.0"
16-
17- # Hardcoding these gems as the newer version makes the tests fail in Ruby 3
18- # See https://github.com/zendesk/zendesk_api_client_rb/runs/5013748785?check_suite_focus=true#step:4:59
19- # NOTE: This affects previous build re-runs because we don't store Gemfile.lock
20- gem "rspec-support", "3.10.3"
21- gem "rspec-core", "3.10.1"
22- gem "rspec-expectations", "3.10.2"
23- gem "rspec-mocks", "3.10.2"
24- gem "rspec", "3.10.0"
25-
26- # only used for uploads testing
27- gem "actionpack", ">= 5.2.4.6"
28- end
29-
30- group :dev do
31- gem "bump"
32- end
33-
34- group :dev, :test do
35- gem "byebug", platforms: :ruby
36- end
37-
38- gemspec
1+ eval_gemfile('common.rb')
Original file line number Diff line number Diff line change 1- source 'https://rubygems.org'
2-
3- gem "jruby-openssl", platforms: :jruby
4- gem "mini_mime"
5- gem "rake"
6- gem "addressable", ">= 2.8.0"
7- gem "yard"
8- gem "json", ">= 2.3.0", platforms: :ruby
9- gem "scrub_rb"
10-
11- gem "rubocop", "~> 1.13.0", require: false # Handling of Ruby 2.7 syntax
12-
13- group :test do
14- gem "webmock"
15- gem "vcr", "~> 6.0"
16-
17- # Hardcoding these gems as the newer version makes the tests fail in Ruby 3
18- # See https://github.com/zendesk/zendesk_api_client_rb/runs/5013748785?check_suite_focus=true#step:4:59
19- # NOTE: This affects previous build re-runs because we don't store Gemfile.lock
20- gem "rspec-support", "3.10.3"
21- gem "rspec-core", "3.10.1"
22- gem "rspec-expectations", "3.10.2"
23- gem "rspec-mocks", "3.10.2"
24- gem "rspec", "3.10.0"
25-
26- # only used for uploads testing
27- gem "actionpack", ">= 5.2.4.6"
28- end
29-
30- group :dev do
31- gem "bump"
32- end
33-
34- group :dev, :test do
35- gem "byebug", platforms: :ruby
36- end
37-
38- gemspec
1+ eval_gemfile('common.rb')
Original file line number Diff line number Diff line change 1- source 'https://rubygems.org'
2-
3- gem "jruby-openssl", platforms: :jruby
4- gem "mini_mime"
5- gem "rake"
6- gem "addressable", ">= 2.8.0"
7- gem "yard"
8- gem "json", ">= 2.3.0", platforms: :ruby
9- gem "scrub_rb"
10-
11- gem "rubocop", "~> 1.13.0", require: false # Handling of Ruby 2.7 syntax
12-
13- group :test do
14- gem "webmock"
15- gem "vcr", "~> 6.0"
16-
17- # Hardcoding these gems as the newer version makes the tests fail in Ruby 3
18- # See https://github.com/zendesk/zendesk_api_client_rb/runs/5013748785?check_suite_focus=true#step:4:59
19- # NOTE: This affects previous build re-runs because we don't store Gemfile.lock
20- gem "rspec-support", "3.10.3"
21- gem "rspec-core", "3.10.1"
22- gem "rspec-expectations", "3.10.2"
23- gem "rspec-mocks", "3.10.2"
24- gem "rspec", "3.10.0"
25-
26- # only used for uploads testing
27- gem "actionpack", ">= 5.2.4.6"
28- end
29-
30- group :dev do
31- gem "bump"
32- end
33-
34- group :dev, :test do
35- gem "byebug", platforms: :ruby
36- end
37-
38- gemspec
1+ eval_gemfile('common.rb')
Original file line number Diff line number Diff line change 1- source 'https://rubygems.org'
2-
3- gem "jruby-openssl", platforms: :jruby
4- gem "mini_mime"
5- gem "rake"
6- gem "addressable", ">= 2.8.0"
7- gem "yard"
8- gem "json", ">= 2.3.0", platforms: :ruby
9- gem "scrub_rb"
10-
11- gem "rubocop", "~> 1.13.0", require: false # Handling of Ruby 2.7 syntax
12-
13- group :test do
14- gem "webmock"
15- gem "vcr", "~> 6.0"
16-
17- # Hardcoding these gems as the newer version makes the tests fail in Ruby 3
18- # See https://github.com/zendesk/zendesk_api_client_rb/runs/5013748785?check_suite_focus=true#step:4:59
19- # NOTE: This affects previous build re-runs because we don't store Gemfile.lock
20- gem "rspec-support", "3.10.3"
21- gem "rspec-core", "3.10.1"
22- gem "rspec-expectations", "3.10.2"
23- gem "rspec-mocks", "3.10.2"
24- gem "rspec", "3.10.0"
25-
26- # only used for uploads testing
27- gem "actionpack", ">= 5.2.4.6"
28- end
29-
30- group :dev do
31- gem "bump"
32- end
33-
34- group :dev, :test do
35- gem "byebug", platforms: :ruby
36- end
37-
38- gemspec
1+ eval_gemfile('common.rb')
Original file line number Diff line number Diff line change 1- source 'https://rubygems.org'
2-
3- gem "jruby-openssl", platforms: :jruby
4- gem "mini_mime"
5- gem "rake"
6- gem "addressable", ">= 2.8.0"
7- gem "yard"
8- gem "json", ">= 2.3.0", platforms: :ruby
9- gem "scrub_rb"
10-
11- gem "rubocop", "~> 1.13.0", require: false # Handling of Ruby 2.7 syntax
12-
13- group :test do
14- gem "webmock"
15- gem "vcr", "~> 6.0"
16-
17- # Hardcoding these gems as the newer version makes the tests fail in Ruby 3
18- # See https://github.com/zendesk/zendesk_api_client_rb/runs/5013748785?check_suite_focus=true#step:4:59
19- # NOTE: This affects previous build re-runs because we don't store Gemfile.lock
20- gem "rspec-support", "3.10.3"
21- gem "rspec-core", "3.10.1"
22- gem "rspec-expectations", "3.10.2"
23- gem "rspec-mocks", "3.10.2"
24- gem "rspec", "3.10.0"
25-
26- # only used for uploads testing
27- gem "actionpack", ">= 5.2.4.6"
28- end
29-
30- group :dev do
31- gem "bump"
32- end
33-
34- group :dev, :test do
35- gem "byebug", platforms: :ruby
36- end
37-
38- gemspec
1+ eval_gemfile('common.rb')
Original file line number Diff line number Diff line change 1+ source 'https://rubygems.org'
2+
3+ gem "jruby-openssl" , platforms : :jruby
4+ gem "mini_mime"
5+ gem "rake"
6+ gem "addressable" , ">= 2.8.0"
7+ gem "yard"
8+ gem "json" , ">= 2.3.0" , platforms : :ruby
9+ gem "scrub_rb"
10+
11+ gem "rubocop" , "~> 0.79.0" , require : false # Handling of Ruby 2.7 syntax
12+
13+ group :test do
14+ gem "webmock"
15+ gem "vcr" , "~> 6.0"
16+
17+ # Hardcoding these gems as the newer version makes the tests fail in Ruby 3
18+ # See https://github.com/zendesk/zendesk_api_client_rb/runs/5013748785?check_suite_focus=true#step:4:59
19+ # NOTE: This affects previous build re-runs because we don't store Gemfile.lock
20+ gem "rspec-support" , "3.10.3"
21+ gem "rspec-core" , "3.10.1"
22+ gem "rspec-expectations" , "3.10.2"
23+ gem "rspec-mocks" , "3.10.2"
24+ gem "rspec" , "3.10.0"
25+
26+ # only used for uploads testing
27+ gem "actionpack" , ">= 5.2.4.6"
28+ end
29+
30+ group :dev do
31+ gem "bump"
32+ end
33+
34+ group :dev , :test do
35+ gem "byebug" , platforms : :ruby
36+ end
37+
38+ gemspec
You can’t perform that action at this time.
0 commit comments