Sha256: 888c4c21ec7041413871a02573593ce4ce08064e8c6e37f7c6e71d543309ffa8
Contents?: true
Size: 650 Bytes
Versions: 1
Compression:
Stored size: 650 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' base = 'D:/fsnyd/Documents/code/gamefic' gem 'gamefic', path: "#{base}/gamefic" gem 'gamefic-standard', path: "#{base}/gamefic-standard" gem 'gamefic-what', path: "#{base}/gamefic-what" # @todo Remove this line <% if autoloader -%>gem 'gamefic-autoload', path: "#{base}/gamefic-autoload"<% end %> group :development do gem 'gamefic-sdk', path: "#{base}/gamefic-sdk" gem 'gamefic-tty', path: "#{base}/gamefic-tty" <% if specs -%> gem 'opal-rspec' gem 'opal-sprockets' <% end -%> gem 'rake' <% if specs -%> gem 'rspec' gem 'simplecov' <% end -%> end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gamefic-sdk-4.0.0 | scaffolds/project/Gemfile.gf.erb |