Sha256: 40f52b4019305889446032960fdd111ba22bd8d9365f4c23a5a5a1f3a451023b

Contents?: true

Size: 744 Bytes

Versions: 2

Compression:

Stored size: 744 Bytes

Contents

source 'http://rubygems.org'

gem 'rhoconnect', '~> 3.1.0'

# 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]
end

group :test do
  gem 'rack-test', '>= 0.5.3', :require => "rack/test"
  gem 'rspec', '~> 2.6.0'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rhoconnect-3.1.2 bench/benchapp/Gemfile
rhoconnect-3.1.1 bench/benchapp/Gemfile