mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-04 20:10:16 +01:00
update gemfile to point to latest rails. This will get you the recent security updates
This commit is contained in:
parent
436cc862d6
commit
ec18ec64cd
2 changed files with 51 additions and 47 deletions
3
Gemfile
3
Gemfile
|
|
@ -1,6 +1,6 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'rails', '3.2.3'
|
||||
gem 'rails'
|
||||
|
||||
# Bundle edge Rails instead:
|
||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||
|
|
@ -72,6 +72,7 @@ group :test do
|
|||
gem "database_cleaner"
|
||||
gem "cucumber-rails"
|
||||
gem "aruba"
|
||||
gem "therubyracer"
|
||||
|
||||
# uncomment to use the webkit option. This depends on Qt to be installed
|
||||
#gem "capybara-webkit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue