Sha256: 7a938b8b51f5fa6fc4c92518238cf44d74911f12b80237e1e5313547f64b60ae
Contents?: true
Size: 800 Bytes
Versions: 5
Compression:
Stored size: 800 Bytes
Contents
# frozen_string_literal: true source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } git_source(:entdec) { |repo_name| "git@github.com:entdec/#{repo_name}.git" } # Declare your gem's dependencies in signum.gemspec. # Bundler will treat runtime dependencies like base dependencies, and # development dependencies will be added by default to the :development group. gemspec # Declare any dependencies that are still in development here instead of in # your gemspec. These might include edge Rails or gems from your path or # Git. Remember to move these dependencies to your gemspec before releasing # your gem to rubygems.org. # To use a debugger # gem 'byebug', group: [:development, :test] gem "auxilium", "~> 3", entdec: "auxilium" gem "sprockets-rails"
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
signum-0.7.8 | Gemfile |
signum-0.7.4 | Gemfile |
signum-0.7.2 | Gemfile |
signum-0.7.1 | Gemfile |
signum-0.7.0 | Gemfile |