Sha256: 1c8ebd71b97635ae6cd97cf3483fdb9a458f4fa40f13b361193839fe9a8e7b47
Contents?: true
Size: 203 Bytes
Versions: 1
Compression:
Stored size: 203 Bytes
Contents
# frozen_string_literal: true module Underlay RAILS_VERSION = '~> 5.1.3' RUBY_VERSION = IO .read("#{File.dirname(__FILE__)}/../../.ruby-version") .strip .freeze VERSION = '1.50.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
underlay-1.50.1 | lib/underlay/version.rb |