Sha256: 506e05a650237c625507e5bcb762fa3e8349b8a1ade142326f2e1a9c4df9865b

Contents?: true

Size: 433 Bytes

Versions: 6

Compression:

Stored size: 433 Bytes

Contents

source "https://rubygems.org"


# Put all runtime dependencies in wicked.gemspec
# Put development requirements for different platforms here
# Put more specific gem declarations in different gemfiles/*.gemfile files
gemspec :path => ::File.expand_path("../.", __FILE__)

group :development, :test do
  gem "sqlite3", :platform => [:ruby, :mswin, :mingw]
  gem "activerecord-jdbcsqlite3-adapter", '~> 1.3.13', :platform => :jruby
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wicked-1.3.4 Gemfile
wicked-1.3.3 Gemfile
wicked-1.3.2 Gemfile
wicked-1.3.1 Gemfile
wicked-1.3.0 Gemfile
wicked-1.2.1 Gemfile