Gemfile in beatport-0.1.9 vs Gemfile in beatport-0.1.10
- old
+ new
@@ -2,10 +2,10 @@
# Add dependencies required to use your gem here.
# Example:
# gem "activesupport", ">= 2.3.5"
gem 'httparty'
-gem 'money' # https://github.com/aflatter/money
+gem 'money', '~> 5.1.1' # https://github.com/RubyMoney/money
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem 'bundler'