We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e0b2c commit eb21694Copy full SHA for eb21694
Gemfile
@@ -33,3 +33,4 @@ gem 'turbolinks'
33
gem 'uglifier', '>= 1.3.0'
34
gem 'unicorn', require: false
35
gem 'wicked', '~> 1.1.0'
36
+gem 'bigdecimal', '1.3.5'
Gemfile.lock
@@ -45,6 +45,7 @@ GEM
45
coderay (>= 1.0.0)
46
erubi (>= 1.0.0)
47
rack (>= 0.9.0)
48
+ bigdecimal (1.3.5)
49
binding_of_caller (0.8.0)
50
debug_inspector (>= 0.0.1)
51
bootstrap-sass (3.4.1)
@@ -237,6 +238,7 @@ PLATFORMS
237
238
239
DEPENDENCIES
240
better_errors
241
+ bigdecimal (= 1.3.5)
242
binding_of_caller
243
bootstrap-sass (~> 3.4.1)
244
coffee-rails
0 commit comments