Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["3.0", "3.1"]
ruby-version: ["3.0", "3.1", "3.2", "3.3"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
daily-ruby (1.0.3)
daily-ruby (1.0.4)
faraday (>= 1.0.1, < 3.0)
faraday-multipart
marcel
Expand Down
2 changes: 1 addition & 1 deletion daily-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.summary = "The official Daily API Ruby client"
s.description = "The official Daily API Ruby client for Daily's REST API"
s.license = "MIT"
s.required_ruby_version = ">= 2.7"
s.required_ruby_version = ">= 3.0"
s.metadata = {}

s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 3.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/daily-ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module Daily
VERSION = '1.0.3'
VERSION = '1.0.4'
end