transitionally downgraded to Rails 4.1 since activerecord-jdbcpostgresql-adapter is not fully compatible with Active Record 4.2

This commit is contained in:
Hauke Klement
2015-03-02 15:04:37 +01:00
parent 03486bff35
commit 7477d4c6dd
17 changed files with 107 additions and 174 deletions

View File

@ -4,7 +4,7 @@ gem 'activerecord-jdbcpostgresql-adapter', platform: :jruby
gem 'bcrypt', '~> 3.1.7'
gem 'bootstrap-will_paginate'
gem 'carrierwave'
gem 'coffee-rails', '~> 4.1.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'concurrent-ruby'
gem 'concurrent-ruby-ext', platform: :ruby
gem 'docker-api', require: 'docker'
@ -20,11 +20,11 @@ gem 'pg', platform: :ruby
gem 'pry'
gem 'puma'
gem 'pundit'
gem 'rails', '~> 4.2.0'
gem 'rails', '~> 4.1.2'
gem 'rails-i18n', '~> 4.0.0'
gem 'ransack'
gem 'rubytree'
gem 'sass-rails', '~> 5.0'
gem 'sass-rails', '~> 4.0.3'
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'slim'
gem 'sorcery'