Skip to content

Commit 8a11ef8

Browse files
authored
Prepare for wire tests generation (#211)
* change custom gemfile placement * add gems back to custom gemfile * Update fernignore for test paths
1 parent 038fc53 commit 8a11ef8

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

.fernignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ lib/square_legacy/
22
lib/square_legacy.rb
33
Rakefile
44
.gitignore
5-
test/
5+
test/square_legacy
6+
test/square/integration
67
.github/workflows
78
README.md
89
lib/square/file_param.rb
9-
custom.gemfile.rb
10+
Gemfile.custom
11+
custom.gemspec.rb
1012

1113
# Pagination is currently broken for endpoints where the page token is not submitted via a query param
1214
# Manually fixed pagination bugs in:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ group :test, :development do
1919
end
2020

2121
# Load custom Gemfile configuration if it exists
22-
custom_gemfile = File.join(__dir__, "custom.gemfile.rb")
22+
custom_gemfile = File.join(__dir__, "Gemfile.custom")
2323
eval_gemfile(custom_gemfile) if File.exist?(custom_gemfile)

custom.gemfile.rb renamed to Gemfile.custom

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
# overwritten by the generator.
88

99
# Example usage:
10-
# gem 'custom-gem', '~> 1.0'
11-
#
12-
# group :development do
13-
# gem 'debug-gem', '~> 2.0'
10+
# group :test, :development do
11+
# gem 'custom-gem', '~> 2.0'
1412
# end
1513

1614
# Add your custom gem dependencies here

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
addressable (2.8.7)
13-
public_suffix (>= 2.0.2, < 7.0)
14-
apimatic_core (0.3.20)
12+
addressable (2.8.8)
13+
public_suffix (>= 2.0.2, < 8.0)
14+
apimatic_core (0.3.21)
1515
apimatic_core_interfaces (~> 0.2.0)
1616
certifi (~> 2018.1, >= 2018.01.18)
1717
faraday-multipart (~> 1.0)
@@ -32,8 +32,8 @@ GEM
3232
bigdecimal (3.3.1)
3333
certifi (2018.01.18)
3434
coderay (1.1.3)
35-
connection_pool (2.5.4)
36-
crack (1.0.0)
35+
connection_pool (2.5.5)
36+
crack (1.0.1)
3737
bigdecimal
3838
rexml
3939
faraday (2.14.0)
@@ -49,28 +49,28 @@ GEM
4949
faraday (>= 0.8)
5050
faraday-multipart (1.1.1)
5151
multipart-post (~> 2.0)
52-
faraday-net_http (3.4.1)
53-
net-http (>= 0.5.0)
52+
faraday-net_http (3.4.2)
53+
net-http (~> 0.5)
5454
faraday-net_http_persistent (2.3.1)
5555
faraday (~> 2.5)
5656
net-http-persistent (>= 4.0.4, < 5)
5757
faraday-retry (2.3.2)
5858
faraday (~> 2.0)
5959
hashdiff (1.2.1)
60-
json (2.15.1)
60+
json (2.17.1)
6161
language_server-protocol (3.17.0.5)
6262
lint_roller (1.1.0)
6363
logger (1.7.0)
6464
method_source (1.1.0)
65-
minitest (5.26.0)
65+
minitest (5.26.2)
6666
minitest-proveit (1.0.0)
6767
minitest (> 5, < 7)
6868
minitest-rg (5.3.0)
6969
minitest (~> 5.0)
7070
multipart-post (2.4.1)
7171
mutex_m (0.3.0)
72-
net-http (0.6.0)
73-
uri
72+
net-http (0.8.0)
73+
uri (>= 0.11.1)
7474
net-http-persistent (4.0.6)
7575
connection_pool (~> 2.2, >= 2.2.4)
7676
nokogiri (1.18.10-aarch64-linux-gnu)
@@ -90,20 +90,20 @@ GEM
9090
nokogiri (1.18.10-x86_64-linux-musl)
9191
racc (~> 1.4)
9292
parallel (1.27.0)
93-
parser (3.3.9.0)
93+
parser (3.3.10.0)
9494
ast (~> 2.4.1)
9595
racc
9696
prism (1.6.0)
9797
pry (0.15.2)
9898
coderay (~> 1.1)
9999
method_source (~> 1.0)
100-
public_suffix (6.0.2)
100+
public_suffix (7.0.0)
101101
racc (1.8.1)
102102
rainbow (3.1.1)
103-
rake (13.3.0)
103+
rake (13.3.1)
104104
regexp_parser (2.11.3)
105105
rexml (3.4.4)
106-
rubocop (1.81.1)
106+
rubocop (1.81.7)
107107
json (~> 2.3)
108108
language_server-protocol (~> 3.17.0.2)
109109
lint_roller (~> 1.1.0)
@@ -114,7 +114,7 @@ GEM
114114
rubocop-ast (>= 1.47.1, < 2.0)
115115
ruby-progressbar (~> 1.7)
116116
unicode-display_width (>= 2.4.0, < 4.0)
117-
rubocop-ast (1.47.1)
117+
rubocop-ast (1.48.0)
118118
parser (>= 3.3.7.2)
119119
prism (~> 1.4)
120120
rubocop-minitest (0.38.2)
@@ -125,12 +125,12 @@ GEM
125125
unicode-display_width (3.2.0)
126126
unicode-emoji (~> 4.1)
127127
unicode-emoji (4.1.0)
128-
uri (1.0.4)
129-
webmock (3.25.1)
128+
uri (1.1.1)
129+
webmock (3.26.1)
130130
addressable (>= 2.8.0)
131131
crack (>= 0.3.2)
132132
hashdiff (>= 0.4.0, < 2.0.0)
133-
zlib (3.2.1)
133+
zlib (3.2.2)
134134

135135
PLATFORMS
136136
aarch64-linux-gnu

0 commit comments

Comments
 (0)