Skip to content

Commit

Permalink
Gem up again
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Mar 14, 2019
1 parent 54b0563 commit cbd840b
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 150 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '4.2.0'
gem 'rails', '~> 4.2.11'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
Expand All @@ -13,7 +13,7 @@ gem 'jquery-rails'
gem 'will_paginate'
gem 'cancan'
gem 'rack'
gem 'nokogiri'
gem 'nokogiri', "~> 1.8.5"
gem 'css3buttons'

gem 'sass-rails'
Expand Down Expand Up @@ -50,7 +50,7 @@ group :development, :test do
gem 'rspec-rails', '~> 3.0.0'
gem 'rspec-activemodel-mocks' # for compatibility
gem 'capybara', '~> 2.2.0', :require => false
#gem 'capybara-webkit', :require => false
gem 'capybara-webkit', :require => false
gem 'capybara-screenshot'
gem 'database_cleaner', :require => false
gem 'factory_girl_rails', :require => false
Expand Down
Loading

0 comments on commit cbd840b

Please sign in to comment.