carrierwaveuploader--carrie.../Gemfile

10 lines
309 B
Ruby
Raw Permalink Normal View History

2011-12-19 17:43:46 +00:00
source "https://rubygems.org"
2010-07-20 16:58:34 +00:00
gem "activemodel-serializers-xml"
gem 'sqlite3', platforms: :ruby
gem "activerecord-jdbcsqlite3-adapter", platform: [:jruby, :truffleruby]
# See https://github.com/fog/fog-google/issues/535 for this restriction.
gem "fog-google", "~> 1.13.0" if RUBY_VERSION.to_f < 2.6
gemspec