Gemfile in bootstrap_leather-0.1.6 vs Gemfile in bootstrap_leather-0.2.2
- old
+ new
@@ -3,19 +3,15 @@
# Example:
# gem 'activesupport', '>= 2.3.5'
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
-group :development, :test do
+group :test do
gem 'rspec'
gem 'shoulda-matchers'
gem 'capybara'
- gem 'rdoc'
- gem 'bundler'
- gem 'jeweler'
- gem 'puma'
- gem 'customizable_bootstrap'
- gem 'jquery-rails'
end
-gem 'rails'
-gem 'haml'
+gem 'bootstrap-sass'
+gem 'rails', '>= 4.1'
+gem 'haml'
+gem 'jeweler'
\ No newline at end of file