Sha256: e7df396cbdcd0ee5601e8b0824fc3d5e57c056d43a6623ee85b74fe326b21935

Contents?: true

Size: 312 Bytes

Versions: 4

Compression:

Stored size: 312 Bytes

Contents

source 'http://rubygems.org'

gem 'rhoconnect', '<%=gem_version%>'
gemfile_path = File.join(File.dirname(__FILE__), ".rcgemfile")

begin
  eval(IO.read(gemfile_path))
rescue Exception => e
  puts "ERROR: Couldn't read RhoConnect .rcgemfile"
  exit 1
end

# Add your application specific gems after this line ...

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rhoconnect-3.4.5 generators/templates/application/Gemfile
rhoconnect-3.4.4 generators/templates/application/Gemfile
rhoconnect-3.4.3 generators/templates/application/Gemfile
rhoconnect-3.4.2 generators/templates/application/Gemfile