Sha256: 8216be6bae092fb84d331e27f6cc780bc65013dce8096b194508b1d86064a993
Contents?: true
Size: 356 Bytes
Versions: 3
Compression:
Stored size: 356 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.54.0' 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
oembed_proxy-0.1.4 | Gemfile |
oembed_proxy-0.1.3 | Gemfile |
oembed_proxy-0.1.2 | Gemfile |