Sha256: f0987a01129818924d848ef18ca590b2974860080f12a24645e62aba497c92fb
Contents?: true
Size: 343 Bytes
Versions: 2
Compression:
Stored size: 343 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' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
oembed_proxy-0.1.1 | Gemfile |
oembed_proxy-0.1.0 | Gemfile |