Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Ozgur OZKAN committed Jul 15, 2013
1 parent 89ae9a1 commit 98b604b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,38 @@ cybele project_name

## What cybele do and included?

Let's look the Gemfile

source 'https://rubygems.org'

```
gem 'rails', '~> 4.0.0'
gem 'pg', '~> 0.15.1'
gem 'sass-rails', '~> 4.0.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails', '~> 3.0.4'
gem 'turbolinks', '~> 1.3.0'
gem 'haml', '~> 4.0.2'
gem 'haml-rails'
gem 'bootstrap-sass', '~> 2.3.1.0'
gem 'responders', '~> 1.0.0.rc'
gem 'exception_notification', '~> 4.0.0'
gem 'simple_form', '~> 3.0.0.rc'
gem 'rails_config', '~> 0.3.3'
gem 'compass-rails', github: 'Compass/compass-rails', branch: 'rails4-hack'
gem 'devise', '~> 3.0.0'
group :doc do
gem 'sdoc', require: false
end
group :development, :test do
gem 'better_errors'
gem 'binding_of_caller'
gem 'letter_opener'
end
``
## Bugs and Feedback
Expand Down

0 comments on commit 98b604b

Please sign in to comment.