berk / tr8n

This repository has moved to:
https://github.com/tr8n/tr8n
MIT License
280 stars 37 forks source link

build failing #53

Open ghost opened 11 years ago

ghost commented 11 years ago

rails --version

Rails 3.2.10

ruby --version

ruby 1.9.3p362 (2012-12-25 revision 38607) [i686-linux]

bundle

You cannot specify the same gem twice with different version requirements. You specified: tr8n (~> 3.2.1) and tr8n (>= 0)

cat Gemfile

source "http://rubygems.org" gem 'will_filter', "~> 3.1.2" gem 'tr8n', "~> 3.2.1"

gemspec

gem "bcrypt-ruby", :require => "bcrypt" gem "sass"