# The source :rubygems is deprecated because HTTP requests are insecure. # Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not. #source :rubygems source 'http://rubygems.org' gemspec group :test do gem 'twitter-bootstrap-rails', git: 'git://github.com/seyhunak/twitter-bootstrap-rails.git' end