Skip to content

Commit

Permalink
Removed Ruby 1.9 from Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Smith committed May 17, 2016
1 parent 928e2b2 commit f0a43ef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ platforms :ruby do
gem 'sqlite3'
end

platforms :ruby_19, :jruby_19 do
if rails_version < '5.0'
gem 'mime-types', '~> 2.99.1'
end
end

platforms :jruby do
gem "activerecord-jdbcsqlite3-adapter"
end
Expand Down

0 comments on commit f0a43ef

Please sign in to comment.