Sha256: a8c91d48a8f45a64d565c856add4e00758e9231cf2f6c1c7f44447199c95be61
Contents?: true
Size: 820 Bytes
Versions: 1
Compression:
Stored size: 820 Bytes
Contents
source "http://rubygems.org" # Declare your gem's dependencies in axlsx_rails.gemspec. # Bundler will treat runtime dependencies like base dependencies, and # development dependencies will be added by default to the :development group. gemspec case ENV['RAILS_VERSION'] when '3.1', '3.2' gem 'rails', "~> #{ENV['RAILS_VERSION']}.0" when '4.0' gem 'rails' gem 'arel' gem 'activerecord-deprecated_finders' gem 'protected_attributes' end # jquery-rails is used by the dummy application gem "jquery-rails" gem "thin" # Declare any dependencies that are still in development here instead of in # your gemspec. These might include edge Rails or gems from your path or # Git. Remember to move these dependencies to your gemspec before releasing # your gem to rubygems.org. # To use debugger # gem 'pry-debugger'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
axlsx_rails-0.1.5 | Gemfile |