Sha256: 849772427201e3a88a9eb8f66af2b7b1b25b24d5d149e55a971dbc58eee74632
Contents?: true
Size: 585 Bytes
Versions: 6
Compression:
Stored size: 585 Bytes
Contents
source "http://rubygems.org" # Add dependencies required to use your gem here. # Example: # gem "activesupport", ">= 2.3.5" # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. gem 'sinatra', "~> 1.3.2" gem 'colorize', "~> 0.5.8" gem "thin", "~> 1.3.1" gem "thor", "~> 0.15.2" gem "sqlite3", "~> 1.3.3" gem "activerecord", ">= 3.2.3" gem "activesupport", ">= 3.2.3" group :development do gem "rdoc", "~> 3.12" gem "bundler", "~> 1.0.0" gem "jeweler", "~> 1.8.3" gem "shoulda", "~> 3.0.1" gem "curb", "~> 0.8.0" end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
ajax-cat-2.1.0 | Gemfile |
ajax-cat-2.0.5 | Gemfile |
ajax-cat-2.0.4 | Gemfile |
ajax-cat-2.0.3 | Gemfile |
ajax-cat-2.0.2 | Gemfile |
ajax-cat-2.0.1 | Gemfile |