Skip to content

Commit

Permalink
updates the dependency on pygments.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Dec 10, 2013
1 parent dcb01f7 commit ee1a089
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'activesupport', '~> 3.2'
gem 'pygments.rb', '~> 0.2'
gem 'pygments.rb', '~> 0.5'
gem 'io-console', '~> 0.3' if RUBY_VERSION < '1.9.3'

20 changes: 20 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.8)
i18n (~> 0.6)
multi_json (~> 1.0)
i18n (0.6.1)
multi_json (1.3.6)
posix-spawn (0.3.6)
pygments.rb (0.5.2)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
yajl-ruby (1.1.0)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 3.2)
pygments.rb (~> 0.5)

0 comments on commit ee1a089

Please sign in to comment.