Sha256: 9723d12a93c2718889b232e482f7ab133aa795af2489580fbb62efaa9e2ec938

Contents?: true

Size: 849 Bytes

Versions: 8

Compression:

Stored size: 849 Bytes

Contents

source 'http://rubygems.org'

gem 'rhoconnect', '<%=gem_version%>'

# Helps with some of the limitations of green threads, not needed in ruby 1.9.x
gem 'SystemTimer', '~> 1.2.3', :platforms => :ruby_18

platforms :jruby do
  gem 'jdbc-sqlite3', ">= 3.7.2"
  gem 'dbi', ">= 0.4.5"
  gem 'dbd-jdbc', ">= 0.1.4"
  gem 'jruby-openssl', ">= 0.7.4"
  gem 'warbler'
end

gem 'sqlite3', ">= 1.3.3", :platforms => [:ruby, :mswin, :mingw]

# For jruby trinidad JRuby web server is used
gem 'trinidad',  :platforms => :jruby

group :development do
  # By default to run application thin web server is used
  gem 'thin', :platforms => [:ruby, :mswin, :mingw]
  gem 'rhomobile-debug', ">= 1.0.2"
end

group :test do
  gem 'rack-test', '>= 0.5.3', :require => "rack/test"
  gem 'rspec', '~> 2.6.0'
  gem 'rcov', '>= 0.9.8'
  gem 'rhomobile-debug', ">= 1.0.2"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rhoconnect-3.1.0.beta1 generators/templates/application/Gemfile
rhoconnect-3.0.6 generators/templates/application/Gemfile
rhoconnect-3.0.5 generators/templates/application/Gemfile
rhoconnect-3.0.4 generators/templates/application/Gemfile
rhoconnect-3.0.3 generators/templates/application/Gemfile
rhoconnect-3.0.2 generators/templates/application/Gemfile
rhoconnect-3.0.1 generators/templates/application/Gemfile
rhoconnect-3.0.0 generators/templates/application/Gemfile