File: Gemfile

package info (click to toggle)
ruby-jsonb-accessor 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 316 kB
  • sloc: ruby: 1,819; makefile: 10; sh: 5
file content (9 lines) | stat: -rw-r--r-- 247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

source "https://rubygems.org"

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

local_gemfile = File.expand_path("Gemfile.local", __dir__)
eval_gemfile local_gemfile if File.exist?(local_gemfile)