thingspeak/Gemfile

19 lines
423 B
Ruby

source 'http://rubygems.org'
gem 'rails', '3.2.1'
gem 'mysql2'
gem 'authlogic'
gem 'jquery-rails', '2.0.1'
# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
group :development, :test do
gem 'rspec', '>= 2.0.0.beta.20'
gem 'rspec-rails', '>= 2.0.0.beta.20'
gem 'autotest'
gem 'webrat'
gem 'annotate'
end