mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Restrict plymouth to Ruby 1.9
This commit is contained in:
parent
afc2cab80a
commit
67600081e5
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -10,7 +10,7 @@ group :development do
|
|||
gem 'guard-bundler'
|
||||
gem 'guard-rspec'
|
||||
gem 'kramdown'
|
||||
gem 'plymouth'
|
||||
gem 'plymouth', :platforms => :mri_19
|
||||
gem 'pry'
|
||||
gem 'pry-debugger', :platforms => :mri_19
|
||||
gem 'rb-fsevent'
|
||||
|
|
Loading…
Reference in a new issue