[go: up one dir, main page]

File: Gemfile

package info (click to toggle)
ruby-ice-cube 0.16.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 748 kB
  • sloc: ruby: 7,813; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
source 'https://rubygems.org'
gemspec

compatible_rails_versions = [
  '>= 3.0.0',
  ('<5' if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.2.2'))
].compact

gem 'activesupport', (ENV['RAILS_VERSION'] || compatible_rails_versions), require: false
gem 'i18n', require: false
gem 'tzinfo', require: false # only needed explicitly for RAILS_VERSION=3