Skip to content

Commit

Permalink
Merge pull request #1 from randallreedjr/bug/math24-integer-division
Browse files Browse the repository at this point in the history
Update to math24 2.0.1
  • Loading branch information
randallreedjr committed Jan 24, 2017
2 parents d310043 + 72b61cf commit 0da5993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,7 +6,7 @@ gem 'rack', '1.5.2'
gem 'rack-protection', '1.5.0'
gem 'rspec', '3.0.0'
gem 'rspec-core', '3.0.1'
gem 'math24', '1.1.3'
gem 'math24', '~>2.0.0'
gem 'require_all', '~>1.4.0'
gem 'thin', '~>1.7.0'
gem 'newrelic_rpm', '~>3.17.1'
7 changes: 2 additions & 5 deletions Gemfile.lock
Expand Up @@ -4,7 +4,7 @@ GEM
daemons (1.2.4)
diff-lcs (1.2.5)
eventmachine (1.2.1)
math24 (1.1.3)
math24 (2.0.1)
newrelic_rpm (3.17.1.326)
rack (1.5.2)
rack-protection (1.5.0)
Expand Down Expand Up @@ -36,7 +36,7 @@ PLATFORMS
ruby

DEPENDENCIES
math24 (= 1.1.3)
math24 (~> 2.0.0)
newrelic_rpm (~> 3.17.1)
rack (= 1.5.2)
rack-protection (= 1.5.0)
Expand All @@ -46,6 +46,3 @@ DEPENDENCIES
sinatra (= 1.4.5)
thin (~> 1.7.0)
tilt (= 1.4.1)

BUNDLED WITH
1.13.6

0 comments on commit 0da5993

Please sign in to comment.