Skip to content

Commit

Permalink
feat: add oauth support for ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
manisha1997 committed Nov 13, 2024
1 parent 81439a8 commit fdfc1a2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'simplecov', require: false, group: :test
gemspec

source "https://rubygems.org"

# gem "rails"
gem "base64"
gem "rexml"

0 comments on commit fdfc1a2

Please sign in to comment.