Skip to content

Commit

Permalink
Run tests with Ruby 3.0 (kyleboe#440)
Browse files Browse the repository at this point in the history
* Make compatiable with ruby 3

* Updated the gemfile for ruby 3

* Reverted the change for changelog

Co-authored-by: aniketstiwari <[email protected]>
  • Loading branch information
aniketstiwari and aniketstiwari authored Oct 11, 2022
1 parent 3750fe1 commit c4efaf0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
CC_TEST_REPORTER_ID: c6c77975186cfe10e41d9548e9b4a4648f87b56cdbb70bd3896a5a58abf08421
docker:
# specify the version you desire here
- image: circleci/ruby:2.7-node-browsers
- image: circleci/ruby:3.0-node-browsers

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zoom_rb (1.1.4)
zoom_rb (1.1.5)
httparty (>= 0.13)
json (>= 1.8)
jwt
Expand Down Expand Up @@ -36,7 +36,7 @@ GEM
i18n (1.10.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
jwt (2.4.1)
jwt (2.5.0)
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
Expand Down
2 changes: 1 addition & 1 deletion lib/zoom/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Zoom
VERSION = '1.1.4'
VERSION = '1.1.5'
end

0 comments on commit c4efaf0

Please sign in to comment.