Skip to content

Commit 24ea1a7

Browse files
hebron-georgeclaude
andcommitted
Pin Ruby to 3.2.2 and raise minimum required version to 3.1
- Add .ruby-version file set to 3.2.2 (latest installed 3.x version) - Bump required_ruby_version from >= 2.7.0 to >= 3.1.0 (2.7 and 3.0 are EOL) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0154be7 commit 24ea1a7

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.2.2

Gemfile.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
open_fda_api (0.0.12)
4+
open_fda_api (0.0.13)
55
faraday (~> 1.9)
66
faraday_middleware (~> 1.2)
77

@@ -11,7 +11,7 @@ GEM
1111
ast (2.4.2)
1212
coderay (1.1.3)
1313
diff-lcs (1.5.0)
14-
faraday (1.9.3)
14+
faraday (1.10.5)
1515
faraday-em_http (~> 1.0)
1616
faraday-em_synchrony (~> 1.0)
1717
faraday-excon (~> 1.1)
@@ -24,20 +24,20 @@ GEM
2424
faraday-retry (~> 1.0)
2525
ruby2_keywords (>= 0.0.4)
2626
faraday-em_http (1.0.0)
27-
faraday-em_synchrony (1.0.0)
27+
faraday-em_synchrony (1.0.1)
2828
faraday-excon (1.1.0)
2929
faraday-httpclient (1.0.1)
30-
faraday-multipart (1.0.3)
31-
multipart-post (>= 1.2, < 3)
32-
faraday-net_http (1.0.1)
30+
faraday-multipart (1.2.0)
31+
multipart-post (~> 2.0)
32+
faraday-net_http (1.0.2)
3333
faraday-net_http_persistent (1.2.0)
3434
faraday-patron (1.0.0)
3535
faraday-rack (1.0.0)
36-
faraday-retry (1.0.3)
37-
faraday_middleware (1.2.0)
36+
faraday-retry (1.0.4)
37+
faraday_middleware (1.2.1)
3838
faraday (~> 1.0)
3939
method_source (1.0.0)
40-
multipart-post (2.1.1)
40+
multipart-post (2.4.1)
4141
parallel (1.21.0)
4242
parser (3.1.0.0)
4343
ast (~> 2.4.1)
@@ -78,6 +78,7 @@ GEM
7878

7979
PLATFORMS
8080
x86_64-darwin-19
81+
x86_64-linux
8182

8283
DEPENDENCIES
8384
open_fda_api!

open_fda_api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.summary = "Ruby wrapper for the openFDA API: https://open.fda.gov/apis/"
1212
spec.homepage = "https://github.com/hebron-george/open_fda_api"
1313
spec.license = "MIT"
14-
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
14+
spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")
1515

1616
spec.metadata["homepage_uri"] = spec.homepage
1717
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)