Sha256: c59951e0d9c10979afa2eb679bcbbeb9b517035acd150ef9c8b520fe3bfd5483

Contents?: true

Size: 543 Bytes

Versions: 3

Compression:

Stored size: 543 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in interpol.gemspec
gemspec

group :extras do
  gem 'debugger' if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'ruby' && RUBY_VERSION == '1.9.3'
  gem 'ruby-debug', :platform => :mri_18
end

gem 'json-jruby', :platform => 'jruby'
gem 'compass_twitter_bootstrap', :git => 'git://github.com/vwall/compass-twitter-bootstrap.git'

gem 'json', :platform => 'ruby_18'

gem 'cane', '~> 2.6' if RUBY_VERSION.to_f > 1.8

# 1.6 won't install on JRuby or 1.8.7 :(.
gem 'nokogiri', '~> 1.5.10'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
interpol-0.10.7 Gemfile
interpol-0.10.6 Gemfile
interpol-0.10.5 Gemfile