Skip to content

Commit 0602102

Browse files
committed
change custom gemfile placement
1 parent 038fc53 commit 0602102

File tree

4 files changed

+24
-34
lines changed

4 files changed

+24
-34
lines changed

.fernignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ test/
66
.github/workflows
77
README.md
88
lib/square/file_param.rb
9-
custom.gemfile.rb
9+
Gemfile.custom
10+
custom.gemspec.rb
1011

1112
# Pagination is currently broken for endpoints where the page token is not submitted via a query param
1213
# 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 & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +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
17-
18-
group :test, :development do
19-
gem 'mutex_m'
20-
gem 'base64'
21-
end

Gemfile.lock

Lines changed: 19 additions & 23 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)
@@ -28,12 +28,11 @@ GEM
2828
faraday-net_http_persistent (~> 2.0)
2929
faraday-retry (~> 2.0)
3030
ast (2.4.3)
31-
base64 (0.3.0)
3231
bigdecimal (3.3.1)
3332
certifi (2018.01.18)
3433
coderay (1.1.3)
35-
connection_pool (2.5.4)
36-
crack (1.0.0)
34+
connection_pool (2.5.5)
35+
crack (1.0.1)
3736
bigdecimal
3837
rexml
3938
faraday (2.14.0)
@@ -49,28 +48,27 @@ GEM
4948
faraday (>= 0.8)
5049
faraday-multipart (1.1.1)
5150
multipart-post (~> 2.0)
52-
faraday-net_http (3.4.1)
53-
net-http (>= 0.5.0)
51+
faraday-net_http (3.4.2)
52+
net-http (~> 0.5)
5453
faraday-net_http_persistent (2.3.1)
5554
faraday (~> 2.5)
5655
net-http-persistent (>= 4.0.4, < 5)
5756
faraday-retry (2.3.2)
5857
faraday (~> 2.0)
5958
hashdiff (1.2.1)
60-
json (2.15.1)
59+
json (2.17.1)
6160
language_server-protocol (3.17.0.5)
6261
lint_roller (1.1.0)
6362
logger (1.7.0)
6463
method_source (1.1.0)
65-
minitest (5.26.0)
64+
minitest (5.26.2)
6665
minitest-proveit (1.0.0)
6766
minitest (> 5, < 7)
6867
minitest-rg (5.3.0)
6968
minitest (~> 5.0)
7069
multipart-post (2.4.1)
71-
mutex_m (0.3.0)
72-
net-http (0.6.0)
73-
uri
70+
net-http (0.8.0)
71+
uri (>= 0.11.1)
7472
net-http-persistent (4.0.6)
7573
connection_pool (~> 2.2, >= 2.2.4)
7674
nokogiri (1.18.10-aarch64-linux-gnu)
@@ -90,20 +88,20 @@ GEM
9088
nokogiri (1.18.10-x86_64-linux-musl)
9189
racc (~> 1.4)
9290
parallel (1.27.0)
93-
parser (3.3.9.0)
91+
parser (3.3.10.0)
9492
ast (~> 2.4.1)
9593
racc
9694
prism (1.6.0)
9795
pry (0.15.2)
9896
coderay (~> 1.1)
9997
method_source (~> 1.0)
100-
public_suffix (6.0.2)
98+
public_suffix (7.0.0)
10199
racc (1.8.1)
102100
rainbow (3.1.1)
103-
rake (13.3.0)
101+
rake (13.3.1)
104102
regexp_parser (2.11.3)
105103
rexml (3.4.4)
106-
rubocop (1.81.1)
104+
rubocop (1.81.7)
107105
json (~> 2.3)
108106
language_server-protocol (~> 3.17.0.2)
109107
lint_roller (~> 1.1.0)
@@ -114,7 +112,7 @@ GEM
114112
rubocop-ast (>= 1.47.1, < 2.0)
115113
ruby-progressbar (~> 1.7)
116114
unicode-display_width (>= 2.4.0, < 4.0)
117-
rubocop-ast (1.47.1)
115+
rubocop-ast (1.48.0)
118116
parser (>= 3.3.7.2)
119117
prism (~> 1.4)
120118
rubocop-minitest (0.38.2)
@@ -125,12 +123,12 @@ GEM
125123
unicode-display_width (3.2.0)
126124
unicode-emoji (~> 4.1)
127125
unicode-emoji (4.1.0)
128-
uri (1.0.4)
129-
webmock (3.25.1)
126+
uri (1.1.1)
127+
webmock (3.26.1)
130128
addressable (>= 2.8.0)
131129
crack (>= 0.3.2)
132130
hashdiff (>= 0.4.0, < 2.0.0)
133-
zlib (3.2.1)
131+
zlib (3.2.2)
134132

135133
PLATFORMS
136134
aarch64-linux-gnu
@@ -143,11 +141,9 @@ PLATFORMS
143141
x86_64-linux-musl
144142

145143
DEPENDENCIES
146-
base64
147144
minitest (~> 5.20, ~> 5.16)
148145
minitest-proveit (~> 1.0)
149146
minitest-rg
150-
mutex_m
151147
pry
152148
rake (~> 13.0)
153149
rubocop (~> 1.21)

0 commit comments

Comments
 (0)