Sha256: b6ba109d6728d753893936ba3eff6241e46a1aacdbe31d8cdd87c7e23b9a604c

Contents?: true

Size: 354 Bytes

Versions: 8

Compression:

Stored size: 354 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

group :development do
  gem 'rubocop', '~> 0.78'
end

group :test do
  gem 'webmock'
end

group :development, :test do
  gem 'pry'
  gem 'pry-byebug'
end

# Specify your gem's dependencies in oembed_proxy.gemspec
gemspec

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
oembed_proxy-0.3 Gemfile
oembed_proxy-0.2.6 Gemfile
oembed_proxy-0.2.5 Gemfile
oembed_proxy-0.2.4 Gemfile
oembed_proxy-0.2.3 Gemfile
oembed_proxy-0.2.2 Gemfile
oembed_proxy-0.2.1 Gemfile
oembed_proxy-0.2.0 Gemfile