Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Clean up Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Jan 20, 2014
1 parent 4bcbb87 commit 85c4ce0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ gem 'rom-mapper', git: 'https://github.com/rom-rb/rom-mapper.git', branch:

group :test do
gem 'bogus', '~> 0.1'
gem 'randexp'
gem 'ruby-graphviz'
gem 'axiom-memory-adapter', git: 'https://github.com/dkubb/axiom-memory-adapter.git', branch: 'master'
gem 'rubysl-bigdecimal', platforms: :rbx
end

group :development do
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git', branch: 'master'
end

# added by devtools
Expand Down

0 comments on commit 85c4ce0

Please sign in to comment.