dns_mock 1.5.4 → 1.5.6

Sign up to get free protection for your applications and to get access to all the features.
data/.reek.yml DELETED
@@ -1,65 +0,0 @@
1
- detectors:
2
- IrresponsibleModule:
3
- enabled: false
4
-
5
- NestedIterators:
6
- exclude:
7
- - DnsMock::Server::RecordsDictionaryBuilder#build
8
-
9
- UtilityFunction:
10
- exclude:
11
- - DnsMock::Server::RecordsDictionaryBuilder#build_records_instances_by_type
12
- - DnsMock::RecordsDictionaryHelper#hostname_records_by_type
13
- - DnsMock::DnsMessageHelper#to_dns_name
14
- - DnsMock::ContextGeneratorHelper#random_dns_record_type
15
- - DnsMock::ContextGeneratorHelper#random_hostname
16
- - DnsMock::ContextGeneratorHelper#create_dns_name
17
- - DnsMock::ContextGeneratorHelper#random_ip_v4_address
18
- - DnsMock::ContextGeneratorHelper#random_ip_v6_address
19
- - DnsMock::ContextGeneratorHelper#random_txt_record_context
20
- - DnsMock::ContextGeneratorHelper#to_punycode_hostname
21
- - DnsMock::RecordsDictionaryHelper#create_records_dictionary_by_records
22
- - DnsMock::ServerHelper#start_random_server
23
- - DnsMock::ServerHelper#stop_all_running_servers
24
- - DnsMock::ContextGeneratorHelper#random_port_number
25
- - DnsMock::TestFramework::RSpec::Helper#dns_mock_server
26
- - DnsMock::ContextGeneratorHelper#to_rdns_hostaddress
27
-
28
- DuplicateMethodCall:
29
- exclude:
30
- - DnsMock::ContextGeneratorHelper#create_records
31
-
32
- ControlParameter:
33
- exclude:
34
- - DnsMock::Error::Helper#raise_unless
35
- - DnsMock::Server#initialize
36
- - DnsMock::ContextGeneratorHelper#to_punycode_hostname
37
-
38
- MissingSafeMethod:
39
- exclude:
40
- - DnsMock::PortInUseHelper::TransportService
41
- - DnsMock::Server
42
-
43
- TooManyStatements:
44
- exclude:
45
- - DnsMock::Server::RecordsDictionaryBuilder#build
46
- - DnsMock::Server#initialize
47
- - DnsMock::Server#run
48
-
49
- TooManyInstanceVariables:
50
- exclude:
51
- - DnsMock::Server
52
-
53
- LongParameterList:
54
- exclude:
55
- - DnsMock::Server#initialize
56
- - DnsMock#start_server
57
-
58
- BooleanParameter:
59
- exclude:
60
- - DnsMock::Server#initialize
61
- - DnsMock#start_server
62
-
63
- NilCheck:
64
- exclude:
65
- - DnsMock::Record::Builder::Mx#build
data/.rspec DELETED
@@ -1,2 +0,0 @@
1
- --require spec_helper
2
- --format documentation
data/.rubocop.yml DELETED
@@ -1,123 +0,0 @@
1
- require:
2
- - rubocop-rspec
3
- - rubocop-performance
4
-
5
- AllCops:
6
- DisplayCopNames: true
7
- DisplayStyleGuide: true
8
- TargetRubyVersion: 2.5
9
- NewCops: enable
10
-
11
- # Metrics ---------------------------------------------------------------------
12
-
13
- Metrics/ClassLength:
14
- Max: 150
15
-
16
- Metrics/MethodLength:
17
- Max: 15
18
-
19
- Metrics/BlockLength:
20
- Enabled: false
21
-
22
- Metrics/CyclomaticComplexity:
23
- Enabled: false
24
-
25
- Metrics/PerceivedComplexity:
26
- Enabled: false
27
-
28
- # Naming ----------------------------------------------------------------------
29
-
30
- Naming/VariableNumber:
31
- Enabled: false
32
-
33
- Naming/RescuedExceptionsVariableName:
34
- Enabled: false
35
-
36
- Naming/InclusiveLanguage:
37
- Enabled: false
38
-
39
- # Style -----------------------------------------------------------------------
40
-
41
- Style/Documentation:
42
- Enabled: false
43
-
44
- Style/DoubleNegation:
45
- Enabled: false
46
-
47
- Style/EmptyCaseCondition:
48
- Enabled: false
49
-
50
- Style/ParallelAssignment:
51
- Enabled: false
52
-
53
- Style/RescueStandardError:
54
- Enabled: false
55
-
56
- # Layout ----------------------------------------------------------------------
57
-
58
- Layout/LineLength:
59
- Max: 150
60
-
61
- Layout/ClassStructure:
62
- Enabled: true
63
- Categories:
64
- module_inclusion:
65
- - include
66
- - prepend
67
- - extend
68
- ExpectedOrder:
69
- - module_inclusion
70
- - constants
71
- - public_class_methods
72
- - initializer
73
- - public_methods
74
- - protected_methods
75
- - private_methods
76
-
77
- Layout/EmptyLineAfterGuardClause:
78
- Enabled: false
79
-
80
- # Gemspec ---------------------------------------------------------------------
81
-
82
- Gemspec/RequireMFA:
83
- Enabled: false
84
-
85
- # Performance -----------------------------------------------------------------
86
-
87
- Performance/MethodObjectAsBlock:
88
- Enabled: false
89
-
90
- # RSpec -----------------------------------------------------------------------
91
-
92
- RSpec/ExampleLength:
93
- Enabled: false
94
-
95
- RSpec/NestedGroups:
96
- Enabled: false
97
-
98
- RSpec/MultipleExpectations:
99
- Enabled: false
100
-
101
- RSpec/MessageChain:
102
- Enabled: false
103
-
104
- RSpec/ContextWording:
105
- Enabled: false
106
-
107
- RSpec/AnyInstance:
108
- Enabled: false
109
-
110
- RSpec/MessageSpies:
111
- Enabled: false
112
-
113
- RSpec/MultipleDescribes:
114
- Enabled: false
115
-
116
- RSpec/MultipleMemoizedHelpers:
117
- Enabled: false
118
-
119
- RSpec/StubbedMock:
120
- Enabled: false
121
-
122
- RSpec/VerifiedDoubleReference:
123
- Enabled: false
data/.ruby-gemset DELETED
@@ -1 +0,0 @@
1
- dns_mock
data/CHANGELOG.md DELETED
@@ -1,372 +0,0 @@
1
- # Changelog
2
-
3
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
-
5
- ## [1.5.4] - 2022-07-31
6
-
7
- ### Updated
8
-
9
- - Updated gemspecs
10
- - Updated rubocop/codeclimate/circleci configs
11
- - Updated gem development dependencies
12
- - Updated gem version
13
-
14
- ## [1.5.3] - 2022-05-18
15
-
16
- ### Updated
17
-
18
- - Updated gemspecs
19
- - Updated codeclimate/circleci configs
20
- - Updated gem development dependencies
21
- - Updated gem version
22
-
23
- ## [1.5.2] - 2022-03-10
24
-
25
- ### Added
26
-
27
- - Development environment guide
28
-
29
- ### Updated
30
-
31
- - Updated gemspecs
32
- - Updated codeclimate/circleci configs
33
- - Updated gem development dependencies
34
- - Updated gem version
35
-
36
- ## [1.5.1] - 2022-01-23
37
-
38
- ### Updated
39
-
40
- - Updated native Ruby test environment from 2.5 to 3.1
41
- - Updated codeclimate/circleci configs
42
- - Updated gem development dependencies
43
- - Updated gem docs, version
44
-
45
- ## [1.5.0] - 2021-12-29
46
-
47
- ### Added
48
-
49
- - Added Ruby 3.1.x compatibility
50
-
51
- ### Updated
52
-
53
- - Updated rubocop/codeclimate/circleci configs
54
- - Updated gem development dependencies
55
- - Updated gem docs, version
56
-
57
- ## [1.4.4] - 2021-11-11
58
-
59
- ### Updated
60
-
61
- - Updated gem development dependencies
62
- - Updated gem version
63
-
64
- ## [1.4.3] - 2021-10-07
65
-
66
- ### Updated
67
-
68
- - Updated gem development dependencies
69
- - Updated gem version
70
-
71
- ## [1.4.2] - 2021-09-04
72
-
73
- ### Updated
74
-
75
- - Updated gem development dependencies
76
- - Updated gem version
77
-
78
- ## [1.4.1] - 2021-08-16
79
-
80
- ### Updated
81
-
82
- - Updated gem development dependencies
83
- - Updated gem version
84
-
85
- ### Changed
86
-
87
- - `faker` to `ffaker` development dependency
88
-
89
- ## [1.4.0] - 2021-07-13
90
-
91
- ### Added
92
-
93
- - Added ability to use internationalized hostnames. All hostnames in UTF-8 will be represented as [Punycode](https://en.wikipedia.org/wiki/Punycode)
94
- - Added `simpleidn` as runtime dependency
95
- - Added `DnsMock::Representer::Punycode`, tests
96
-
97
- ```ruby
98
- records = {
99
- 'mañana.com' => {
100
- mx: %w[másletras.mañana.com]
101
- }
102
- }
103
-
104
- DnsMock.start_server(port: 5300, records: records)
105
- ```
106
-
107
- ```bash
108
- dig @localhost -p 5300 MX xn--maana-pta.com
109
- ```
110
-
111
- ```
112
- ; <<>> DiG 9.10.6 <<>> @localhost -p 5300 MX xn--maana-pta.com
113
- ; (2 servers found)
114
- ;; global options: +cmd
115
- ;; Got answer:
116
- ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4612
117
- ;; flags: rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
118
- ;; WARNING: recursion requested but not available
119
-
120
- ;; OPT PSEUDOSECTION:
121
- ; EDNS: version: 0, flags:; udp: 4096
122
- ;; QUESTION SECTION:
123
- ;xn--maana-pta.com. IN MX
124
-
125
- ;; ANSWER SECTION:
126
- xn--maana-pta.com. 1 IN MX 10 xn--msletras-8ya.xn--maana-pta.com.
127
-
128
- ;; Query time: 0 msec
129
- ;; SERVER: 127.0.0.1#5300(127.0.0.1)
130
- ;; WHEN: Tue Jul 13 15:38:47 EEST 2021
131
- ;; MSG SIZE rcvd: 79
132
- ```
133
-
134
- ### Changed
135
-
136
- - Refactored `DnsMock::Representer::RdnsLookup`, tests
137
- - Updated `DnsMock::Record::Factory::Base`
138
- - Updated `DnsMock::Server::RecordsDictionaryBuilder`, tests
139
- - Updated `DnsMock::Record::Factory::Cname`, tests
140
- - Updated `DnsMock::Record::Factory::Mx`, tests
141
- - Updated `DnsMock::Record::Factory::Ns`, tests
142
- - Updated `DnsMock::Record::Factory::Ptr`, tests
143
- - Updated `DnsMock::Record::Factory::Soa`, tests
144
- - Updated `DnsMock::ContextGeneratorHelper`, tests
145
- - Updated reek config
146
- - Updated gem documentation, version
147
-
148
- ## [1.3.1] - 2021-07-07
149
-
150
- ### Changed
151
-
152
- - Updated gem development dependencies
153
- - Updated rubocop/codeclimate config
154
- - Updated gem documentation, version
155
-
156
- ## [1.3.0] - 2021-06-14
157
-
158
- ### Added
159
-
160
- - Detecting random available port via OS features. Thanks [@ioquatix](https://github.com/ioquatix) for [suggestion](https://github.com/mocktools/ruby-dns-mock/issues/42) 🚀
161
-
162
- ### Removed
163
-
164
- - Removed `DnsMock::Server::RandomAvailablePort`, tests
165
-
166
- ### Changed
167
-
168
- - Updated `DnsMock::Server` class
169
- - Updated tests helpers/tests
170
- - Updated gem development dependencies
171
-
172
- ### Fixed
173
-
174
- - Test coverage issues
175
-
176
- ## [1.2.4] - 2021-05-25
177
-
178
- ### Changed
179
-
180
- - Updated gem development dependencies
181
- - Updated CircleCI config
182
-
183
- ## [1.2.3] - 2021-05-11
184
-
185
- ### Changed
186
-
187
- - Updated gem development dependencies
188
- - Updated CircleCI config
189
-
190
- ## [1.2.2] - 2021-05-06
191
-
192
- ### Changed
193
-
194
- - Updated gem development dependencies
195
- - Updated rubocop/codeclimate config
196
- - Updated CircleCI config
197
-
198
- ## [1.2.1] - 2021-03-23
199
-
200
- ### Changed
201
-
202
- - Updated gem development dependencies
203
- - Updated rubocop/codeclimate config
204
- - Updated gem documentation
205
- - Updated tests
206
-
207
- ## [1.2.0] - 2021-02-04
208
-
209
- ### Added
210
-
211
- - Ability to specify custom priority of MX record if it needed
212
-
213
- Now is possible to define null or backup MX records. Please note, if you haven't specified a priority of MX record, it will be assigned automatically. MX records builder is assigning priority with step 10 from first item of defined MX records array.
214
-
215
- ```ruby
216
- records = {
217
- 'example.com' => {
218
- mx: %w[.:0 mx1.domain.com:10 mx2.domain.com:10 mx3.domain.com] # .:0 - null MX record
219
- }
220
- }
221
-
222
- DnsMock.start_server(records: records)
223
- ```
224
-
225
- ```bash
226
- dig @localhost -p 5300 MX example.com
227
- ```
228
-
229
- ```
230
- ; <<>> DiG 9.10.6 <<>> @localhost -p 5300 MX example.com
231
-
232
- ;; ANSWER SECTION:
233
- example.com. 1 IN MX 0 .
234
- example.com. 1 IN MX 10 mx1.domain.com.
235
- example.com. 1 IN MX 10 mx2.domain.com.
236
- example.com. 1 IN MX 40 mx3.domain.com.
237
-
238
- ;; Query time: 0 msec
239
- ;; SERVER: 127.0.0.1#5300(127.0.0.1)
240
- ;; WHEN: Wed Feb 03 20:19:51 EET 2021
241
- ;; MSG SIZE rcvd: 102
242
- ```
243
-
244
- ## [1.1.0] - 2021-02-01
245
-
246
- ### Added
247
-
248
- - RSpec native support. DnsMock helper help you to simplify integration with RSpec
249
-
250
- ```ruby
251
- # spec/support/config/dns_mock.rb
252
- require 'dns_mock/test_framework/rspec'
253
-
254
- RSpec.configure do |config|
255
- config.include DnsMock::TestFramework::RSpec::Helper
256
- end
257
-
258
- # your awesome first_a_record_spec.rb
259
- RSpec.describe FirstARecord do
260
- subject(:service) do
261
- described_class.call(
262
- hostname,
263
- dns_gateway_host: 'localhost',
264
- dns_gateway_port: dns_mock_server.port
265
- )
266
- end
267
-
268
- let(:hostname) { 'example.com' }
269
- let(:first_a_record) { '1.2.3.4' }
270
- let(:records) { { hostname => { a: [first_a_record] } } }
271
-
272
- before { dns_mock_server.assign_mocks(records) }
273
-
274
- it { is_expected.to eq(first_a_record) }
275
- end
276
- ```
277
-
278
- ## [1.0.0] - 2021-01-29
279
-
280
- ### Added
281
-
282
- - Configurable strategy for record not found case
283
-
284
- By default it won't raise an exception when DNS record not found in mocked records dictionary:
285
-
286
- ```ruby
287
- DnsMock.start_server(port: 5300)
288
- ```
289
-
290
- ```bash
291
- dig @localhost -p 5300 A example.com
292
- ```
293
-
294
- ```
295
- ; <<>> DiG 9.10.6 <<>> @localhost -p 5300 A example.com
296
- ;; Got answer:
297
- ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38632
298
- ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
299
- ;; WARNING: recursion requested but not available
300
-
301
- ;; OPT PSEUDOSECTION:
302
- ; EDNS: version: 0, flags:; udp: 4096
303
- ;; QUESTION SECTION:
304
- ;example.com. IN A
305
-
306
- ;; Query time: 0 msec
307
- ;; SERVER: 127.0.0.1#5300(127.0.0.1)
308
- ;; WHEN: Fri Jan 29 08:21:30 EET 2021
309
- ;; MSG SIZE rcvd: 40
310
- ```
311
-
312
- If you want raise an exception when record not found, just start `DnsMock` with `exception_if_not_found: true` option:
313
-
314
- ```ruby
315
- DnsMock.start_server(exception_if_not_found: true)
316
- ```
317
-
318
- ### Changed
319
-
320
- - Updated `DnsMock.start_server`
321
- - Updated `DnsMock::Server`
322
- - Updated `DnsMock::Response::Message`
323
- - Updated `DnsMock::Response::Answer`
324
- - Updated gem version, readme
325
-
326
- ## [0.2.1] - 2021-01-27
327
-
328
- ### Fixed
329
-
330
- - RDNS lookup representatin for IP address in PTR record feature.
331
-
332
- ## [0.2.0] - 2021-01-26
333
-
334
- ### Added
335
-
336
- - PTR record support. Ability to mock PTR records
337
-
338
- Please note, you can define host address without RDNS lookup prefix (`.in-addr.arpa`). `DnsMock` will do it for you.
339
-
340
- ```ruby
341
- records = {
342
- '1.2.3.4' => {
343
- ptr: %w[domain_1.com domain_2.com]
344
- }
345
- }
346
-
347
- DnsMock.start_server(records: records)
348
- ```
349
-
350
- ```bash
351
- dig @localhost -p 5300 -x 1.2.3.4
352
- ```
353
-
354
- ```
355
- ; <<>> DiG 9.10.6 <<>> @localhost -p 5300 -x 1.1.1.1
356
- ; (2 servers found)
357
-
358
- ;; ANSWER SECTION:
359
- 4.3.2.1.in-addr.arpa. 1 IN PTR domain_1.com.
360
- 4.3.2.1.in-addr.arpa. 1 IN PTR domain_2.com.
361
-
362
- ;; Query time: 0 msec
363
- ;; SERVER: 127.0.0.1#5300(127.0.0.1)
364
- ;; WHEN: Mon Jan 25 19:58:39 EET 2021
365
- ;; MSG SIZE rcvd: 98
366
- ```
367
-
368
- ## [0.1.0] - 2021-01-19
369
-
370
- ### Added
371
-
372
- - First release of `DnsMock`. Thanks [@le0pard](https://github.com/le0pard) for idea & support 🚀
data/CODE_OF_CONDUCT.md DELETED
@@ -1,74 +0,0 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- In the interest of fostering an open and welcoming environment, we as
6
- contributors and maintainers pledge to making participation in our project and
7
- our community a harassment-free experience for everyone, regardless of age, body
8
- size, disability, ethnicity, gender identity and expression, level of experience,
9
- nationality, personal appearance, race, religion, or sexual identity and
10
- orientation.
11
-
12
- ## Our Standards
13
-
14
- Examples of behavior that contributes to creating a positive environment
15
- include:
16
-
17
- * Using welcoming and inclusive language
18
- * Being respectful of differing viewpoints and experiences
19
- * Gracefully accepting constructive criticism
20
- * Focusing on what is best for the community
21
- * Showing empathy towards other community members
22
-
23
- Examples of unacceptable behavior by participants include:
24
-
25
- * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
27
- * Trolling, insulting/derogatory comments, and personal or political attacks
28
- * Public or private harassment
29
- * Publishing others' private information, such as a physical or electronic
30
- address, without explicit permission
31
- * Other conduct which could reasonably be considered inappropriate in a
32
- professional setting
33
-
34
- ## Our Responsibilities
35
-
36
- Project maintainers are responsible for clarifying the standards of acceptable
37
- behavior and are expected to take appropriate and fair corrective action in
38
- response to any instances of unacceptable behavior.
39
-
40
- Project maintainers have the right and responsibility to remove, edit, or
41
- reject comments, commits, code, wiki edits, issues, and other contributions
42
- that are not aligned to this Code of Conduct, or to ban temporarily or
43
- permanently any contributor for other behaviors that they deem inappropriate,
44
- threatening, offensive, or harmful.
45
-
46
- ## Scope
47
-
48
- This Code of Conduct applies both within project spaces and in public spaces
49
- when an individual is representing the project or its community. Examples of
50
- representing a project or community include using an official project e-mail
51
- address, posting via an official social media account, or acting as an appointed
52
- representative at an online or offline event. Representation of a project may be
53
- further defined and clarified by project maintainers.
54
-
55
- ## Enforcement
56
-
57
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at admin@bestweb.com.ua. All
59
- complaints will be reviewed and investigated and will result in a response that
60
- is deemed necessary and appropriate to the circumstances. The project team is
61
- obligated to maintain confidentiality with regard to the reporter of an incident.
62
- Further details of specific enforcement policies may be posted separately.
63
-
64
- Project maintainers who do not follow or enforce the Code of Conduct in good
65
- faith may face temporary or permanent repercussions as determined by other
66
- members of the project's leadership.
67
-
68
- ## Attribution
69
-
70
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
- available at [http://contributor-covenant.org/version/1/4][version]
72
-
73
- [homepage]: http://contributor-covenant.org
74
- [version]: http://contributor-covenant.org/version/1/4/
data/CONTRIBUTING.md DELETED
@@ -1,48 +0,0 @@
1
- # Contributing to DnsMock
2
-
3
- Please take a moment to review this document in order to make the contribution process easy and effective for everyone involved.
4
-
5
- Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue or assessing patches and features.
6
-
7
- ## Using the issue tracker
8
-
9
- The issue tracker is the preferred channel for [issue/bug reports](#issuebug-reports), [feature requests](#feature-requests), [questions](#questions) and submitting [pull requests](#pull-requests).
10
-
11
- ## Issue/bug reports
12
-
13
- A bug is a _demonstrable problem_ that is caused by the code in the repository. Good bug reports are extremely helpful - thank you!
14
-
15
- Guidelines for issue/bug reports:
16
-
17
- 1. **Use the GitHub issue search** &mdash; check if the issue has already been reported
18
- 2. **Check if the issue has been fixed** &mdash; try to reproduce it using the latest `master` or `develop` branch in the repository
19
- 3. DnsMock [issue template](.github/ISSUE_TEMPLATE/issue_report.md)/[bug template](.github/ISSUE_TEMPLATE/bug_report.md)
20
-
21
- A good bug report shouldn't leave others needing to chase you up for more information. Please try to be as detailed as possible in your report. What is your environment? What steps will reproduce the issue? What would you expect to be the outcome? All these details will help people to fix any potential bugs.
22
-
23
- ## Feature requests
24
-
25
- Feature requests are welcome. But take a moment to find out whether your idea fits with the scope and aims of the project. It's up to *you* to make a strong case to convince the project's developers of the merits of this feature. Please provide as much detail and context as possible.
26
-
27
- ## Questions
28
-
29
- We're always open to a new conversations. So if you have any questions just ask us.
30
-
31
- ## Pull requests
32
-
33
- Good pull requests - patches, improvements, new features - are a fantastic help. They should remain focused in scope and avoid containing unrelated commits.
34
-
35
- **Please ask first** before embarking on any significant pull request (e.g. implementing features, refactoring code, porting to a different language), otherwise you risk spending a lot of time working on something that the project's developers might not want to merge into the project.
36
-
37
- Please adhere to the coding conventions used throughout a project (indentation, accurate comments, etc.) and any other requirements (such as test coverage). Not all features proposed will be added but we are open to having a conversation about a feature you are championing.
38
-
39
- Guidelines for pull requests:
40
-
41
- 1. DnsMock [pull request template](.github/PULL_REQUEST_TEMPLATE.md)
42
- 2. Fork the repo, checkout to `develop` branch
43
- 3. Run the tests. This is to make sure your starting point works
44
- 4. Read our [branch naming convention](.github/BRANCH_NAMING_CONVENTION.md)
45
- 5. Create a new branch
46
- 6. Read our [setup development environment guide](.github/DEVELOPMENT_ENVIRONMENT_GUIDE.md)
47
- 7. Make your changes. Please note that your PR should include tests for the new codebase!
48
- 9. Push to your fork and submit a pull request to `develop` branch
data/Gemfile DELETED
@@ -1,5 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source 'https://rubygems.org'
4
- git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
5
- gemspec