mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Ignore some config files, update rails version in Gemfile
This commit is contained in:
parent
d039670de0
commit
e0ac25c64a
2 changed files with 6 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,3 +1,8 @@
|
|||
config/application.rb
|
||||
config/config.yml
|
||||
config/database.yml
|
||||
/vendor/cache
|
||||
/vendor/cache-old
|
||||
/storage/*
|
||||
.idea/*
|
||||
*.iml
|
||||
|
|
|
|||
2
Gemfile
2
Gemfile
|
|
@ -1,6 +1,6 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'rails', '3.2.9'
|
||||
gem 'rails', '3.2.11'
|
||||
|
||||
# Bundle edge Rails instead:
|
||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue