Sha256: 3333d0590fab032e24f8bb1f71342f4a0143ca4b1d81a01ea975f0b41d7461ae

Contents?: true

Size: 1.31 KB

Versions: 1

Compression:

Stored size: 1.31 KB

Contents

source 'https://rubygems.org'

# RUBY ON RAILS DEPENDENCIES 

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails'			#, '4.0.2'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use SCSS for stylesheets
gem 'sass-rails'	#, '~> 4.0.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier'		#, '>= 1.3.0'
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails'	#, '~> 4.0.0'
# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder'		#, '~> 1.2'
group :doc do
  # bundle exec rake doc:rails generates the API under doc/api.
  gem 'sdoc', require: false
end
# Authentication module
gem 'devise'
# Get rid of some rails warnings
gem 'thin'

# TOASTER DEPENDENCIES
gem 'hashdiff' 		# diff hashes
gem 'json'
gem 'jsonpath'
gem 'open4'			# open processes with stdin/stdout
gem 'chef'
gem 'ohai'
gem 'rspec'			# tests
gem 'ruby_parser'	# parse Ruby code
gem 'bson_ext'
gem 'tidy'			# tidy XML library
gem 'diffy'  		# comparing source files
gem 'mysql2'  		# for DB access
gem 'therubyracer'	# required by execjs
gem 'railties'
gem 'activesupport'
gem 'bundler'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cloud-toaster-1.1.2 webapp/Gemfile