Sha256: 158e389c975d6963ad258a9f12da325bf9b17ce1fe02a22602719f59a09f9c92

Contents?: true

Size: 539 Bytes

Versions: 23

Compression:

Stored size: 539 Bytes

Contents

source 'https://rubygems.org'

gemspec

gem 'jquery-rails'

group :development, :test do
  gem 'better_errors'
  gem 'binding_of_caller', platforms: :ruby
end

group :test do
  gem 'simplecov', :require => false
end


group :development, :test do
  if defined?(JRUBY_VERSION)
    gem 'activerecord-jdbc-adapter'
    gem 'jdbc-sqlite3'
  else
    gem 'sqlite3'
  end
  gem 'minitest'
  gem 'launchy'
  gem 'database_cleaner', '< 1.1.0'
  gem 'poltergeist'
  gem 'sass-rails', '~> 4.0.0', '>= 4.0.2'
  gem 'bootstrap-sass', '~> 3.0.3.0'
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
tabulatr2-0.10.4 Gemfile
tabulatr2-0.10.3 Gemfile
tabulatr2-0.10.2 Gemfile
tabulatr2-0.10.1 Gemfile
tabulatr2-0.10.0 Gemfile
tabulatr2-0.9.48 Gemfile
tabulatr2-0.9.47 Gemfile
tabulatr2-0.9.46 Gemfile
tabulatr2-0.9.45 Gemfile
tabulatr2-0.9.44 Gemfile
tabulatr2-0.9.43 Gemfile
tabulatr2-0.9.42 Gemfile
tabulatr2-0.9.41 Gemfile
tabulatr2-0.9.40 Gemfile
tabulatr2-0.9.39 Gemfile
tabulatr2-0.9.38 Gemfile
tabulatr2-0.9.37 Gemfile
tabulatr2-0.9.36 Gemfile
tabulatr2-0.9.35 Gemfile
tabulatr2-0.9.34 Gemfile