Sha256: 8d7d0ea4df1fe2c37c84a3212aa1bc94f2c26f26ce2dab645ae97150e127339c

Contents?: true

Size: 649 Bytes

Versions: 38

Compression:

Stored size: 649 Bytes

Contents

source 'https://rubygems.org'

gem 'rake'

group :development, :test do
	activerecord_version = ENV['ACTIVE_RECORD_SURVEY_ACTIVERECORD_VERSION']

	if ENV['RAILS_VERSION'] == 'edge' || activerecord_version == "edge"
		gem 'arel', :github => 'rails/arel'
		gem 'activerecord', :github => 'rails/rails'
	elsif activerecord_version && activerecord_version.strip != ""
		gem "activerecord", activerecord_version
	else
		gem 'activerecord', (ENV['RAILS_VERSION'] || ['>= 3.0', '< 5.0'])
	end

	gem 'coveralls', :require => false
	gem 'rspec', '>= 3'
	gem 'rubocop', '>= 0.25'
end

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

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
active_record_survey-0.1.49 Gemfile
active_record_survey-0.1.48 Gemfile
active_record_survey-0.1.47 Gemfile
active_record_survey-0.1.46 Gemfile
active_record_survey-0.1.45 Gemfile
active_record_survey-0.1.44 Gemfile
active_record_survey-0.1.43 Gemfile
active_record_survey-0.1.42 Gemfile
active_record_survey-0.1.41 Gemfile
active_record_survey-0.1.40 Gemfile
active_record_survey-0.1.39 Gemfile
active_record_survey-0.1.38 Gemfile
active_record_survey-0.1.37 Gemfile
active_record_survey-0.1.36 Gemfile
active_record_survey-0.1.35 Gemfile
active_record_survey-0.1.34 Gemfile
active_record_survey-0.1.32 Gemfile
active_record_survey-0.1.31 Gemfile
active_record_survey-0.1.30 Gemfile
active_record_survey-0.1.29 Gemfile