Sha256: 158cfb3e6206880f428019b0866653d3f2bfa7471711ef2ce83934bf984220a7
Contents?: true
Size: 751 Bytes
Versions: 11
Compression:
Stored size: 751 Bytes
Contents
source 'http://rubygems.org' gem 'rhoconnect', :path => '../../' # 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
11 entries across 11 versions & 1 rubygems