Skip to content

Instantly share code, notes, and snippets.

@pinglamb
Created March 1, 2012 17:36
Show Gist options
  • Save pinglamb/1951582 to your computer and use it in GitHub Desktop.
Save pinglamb/1951582 to your computer and use it in GitHub Desktop.
Redmine Gemfile
# A sample Gemfile
source "http://rubygems.org"
gem "rails", "2.3.11"
gem "mysql"
gem "rdoc"
gem "rdoc-data"
gem "shoulda", "~> 2.10.3"
gem "edavis10-object_daddy", ">= 0"
gem "mocha", ">= 0"
gem "i18n", "0.4.2"
gem "holidays"
gem "system_timer"
gem "icalendar"
gem "prawn"
gem "open-uri-cached"
gem "nokogiri"
@pinglamb
Copy link
Author

pinglamb commented Mar 1, 2012

perl -p -i -e 's/ 00:00:00.000000000Z//' ~/.rvm/gems//specifications/.gemspec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment